From 4bab45231698e922471a428532f7f1416bbeb6d3 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 1 Sep 2026 15:42:43 +0200 Subject: [PATCH] Fix syntax error --- t/00_testssl_help.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/00_testssl_help.t b/t/00_testssl_help.t index d19b4fe..19616b2 100755 --- a/t/00_testssl_help.t +++ b/t/00_testssl_help.t @@ -30,7 +30,7 @@ is($retMode & oct("400"), oct("0400"), "Checking \"./testssl.sh\" for read permi $tests++; #2 -is($retMode & oct("0100"), oct("0100)", "Checking \"./testssl.sh\" for execute permission"); +is($retMode & oct("0100"), oct("0100"), "Checking \"./testssl.sh\" for execute permission"); $tests++; $fileout = `bash $prg 2>&1`;