From 292b0a81c0a9fd5e23b7287ebd1088a2468c4c96 Mon Sep 17 00:00:00 2001 From: kytv Date: Fri, 9 May 2014 10:33:01 +0000 Subject: [PATCH] remove debugging cruft --- tests/scripts/checkremotecerts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/checkremotecerts.sh b/tests/scripts/checkremotecerts.sh index 68d4312be..9601a11a1 100755 --- a/tests/scripts/checkremotecerts.sh +++ b/tests/scripts/checkremotecerts.sh @@ -30,7 +30,7 @@ else OPENSSL_BIN="openssl" fi -if check_for_prog certtool1; then +if check_for_prog certtool; then CERTTOOL=1 echo "-- Checking certificates with GnuTLS --" elif check_for_prog openssl; then