Skip to content

Commit e8098fc

Browse files
committed
fix remainder from old os definition
1 parent d359e11 commit e8098fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/31_isJSON_valid.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ my $cmd_timeout="--openssl-timeout=10";
1818
my $socket_regex_bl='(e|E)rror|\.\/testssl\.sh: line |(f|F)atal|(c|C)ommand not found';
1919
my $openssl_regex_bl='(e|E)rror|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem|(c|C)ommand not found';
2020
# that can be done better but I am a perl n00b ;-)
21-
my $os="$^O";'
21+
my $os="$^O";
2222

2323
die "Unable to open $prg" unless -f $prg;
2424

0 commit comments

Comments
 (0)