File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ my $diff="";
2121my $distro_openssl =" /usr/bin/openssl" ;
2222my @args =" " ;
2323# that can be done better but I am a perl n00b ;-)
24- my $os =` perl -e 'print "$^O";' ` ;
24+ my $os =" $^O" ;
2525
2626die " Unable to open $prg " unless -f $prg ;
2727die " Unable to open $distro_openssl " unless -f $distro_openssl ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ my $cmd_timeout="--openssl-timeout=10";
1818my $socket_regex_bl =' (e|E)rror|\.\/testssl\.sh: line |(f|F)atal|(c|C)ommand not found' ;
1919my $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 =` perl -e 'print "$^O";'` ;
21+ my $os =" $^O" ;'
2222
2323die "Unable to open $prg" unless -f $prg;
2424
You can’t perform that action at this time.
0 commit comments