From c67e8d8b32d99c85b6fb186b0d9e3002e3c95719 Mon Sep 17 00:00:00 2001 From: James Laverack Date: Mon, 24 Oct 2022 19:00:00 +0100 Subject: [PATCH] Add test for Paranoia --- Formula/paranoia.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/paranoia.rb b/Formula/paranoia.rb index e7eefe9..273f3bf 100644 --- a/Formula/paranoia.rb +++ b/Formula/paranoia.rb @@ -14,6 +14,8 @@ def install end test do - system "false" + # This string is the SHA256 of the "ISRG X1 Root" certificate + assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6", shell_output("paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1") end end +