mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-09-14 05:38:16 +02:00
Fix syntax error
This commit is contained in:
+1
-1
@@ -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`;
|
||||||
|
|||||||
Reference in New Issue
Block a user