We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d359e11 commit e8098fcCopy full SHA for e8098fc
1 file changed
t/31_isJSON_valid.t
@@ -18,7 +18,7 @@ my $cmd_timeout="--openssl-timeout=10";
18
my $socket_regex_bl='(e|E)rror|\.\/testssl\.sh: line |(f|F)atal|(c|C)ommand not found';
19
my $openssl_regex_bl='(e|E)rror|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem|(c|C)ommand not found';
20
# that can be done better but I am a perl n00b ;-)
21
-my $os="$^O";'
+my $os="$^O";
22
23
die "Unable to open $prg" unless -f $prg;
24
0 commit comments