File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ def install
3636 end
3737
3838 test do
39- assert_match version . to_s , shell_output ( "jsctl version" )
39+ assert_match version . to_s , shell_output ( bin / "jsctl version" )
4040 end
4141end
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ def install
2727 # This string is the SHA256 of the "ISRG X1 Root" certificate. This test verifies that
2828 # paranoia can find that certificate in a known image (cert-manager v1.9.1).
2929 assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6" ,
30- shell_output ( "paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1" )
30+ shell_output ( "bin/ paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1" )
3131 end
3232end
You can’t perform that action at this time.
0 commit comments