From 17896a44a56dd3939c7fc1b3493231daa8b00748 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 28 Nov 2025 17:23:50 +0100 Subject: [PATCH] move unlink --- t/10_baseline_ipv4_http.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/10_baseline_ipv4_http.t b/t/10_baseline_ipv4_http.t index 6d658b8..57d40cf 100755 --- a/t/10_baseline_ipv4_http.t +++ b/t/10_baseline_ipv4_http.t @@ -52,15 +52,15 @@ $tests++; #2 unlike($json_string, qr/$json_errors/, "via sockets checking JSON output"); $tests++; -unlink $json_file; #3 if ( $os eq "linux" ){ + unlink $json_file; $terminal_out = `$prg --ssl-native $check2run $json_file $uri 2>&1`; $json_string = json($json_file); unlike($terminal_out, qr/$openssl_errors/, "via (builtin) OpenSSL, checking terminal output"); } elsif ( $os eq "darwin" ){ - printf "%s\n", "skipping test. The result of the check under MacOS is not understood" ; + printf "%s\n", "Skipping test. The result of the check under MacOS is not understood" ; } $tests++;