Skip to content

Commit c67e8d8

Browse files
committed
Add test for Paranoia
1 parent 7c57232 commit c67e8d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Formula/paranoia.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ def install
1414
end
1515

1616
test do
17-
system "false"
17+
# This string is the SHA256 of the "ISRG X1 Root" certificate
18+
assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6", shell_output("paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1")
1819
end
1920
end
21+

0 commit comments

Comments
 (0)