From e8098fc1d2e875bb2556dad876d98f9c65e94c51 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 24 Nov 2025 12:03:03 +0100 Subject: [PATCH] fix remainder from old os definition --- t/31_isJSON_valid.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/31_isJSON_valid.t b/t/31_isJSON_valid.t index 08c1d02..3fbf2d5 100755 --- a/t/31_isJSON_valid.t +++ b/t/31_isJSON_valid.t @@ -18,7 +18,7 @@ my $cmd_timeout="--openssl-timeout=10"; my $socket_regex_bl='(e|E)rror|\.\/testssl\.sh: line |(f|F)atal|(c|C)ommand not found'; my $openssl_regex_bl='(e|E)rror|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem|(c|C)ommand not found'; # that can be done better but I am a perl n00b ;-) -my $os="$^O";' +my $os="$^O"; die "Unable to open $prg" unless -f $prg;