Fix syntax error

This commit is contained in:
Dirk
2026-09-01 15:42:43 +02:00
parent 1880a06110
commit 4bab452316
+1 -1
View File
@@ -30,7 +30,7 @@ is($retMode & oct("400"), oct("0400"), "Checking \"./testssl.sh\" for read permi
$tests++; $tests++;
#2 #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++; $tests++;
$fileout = `bash $prg 2>&1`; $fileout = `bash $prg 2>&1`;