Skip to content

Commit 17896a4

Browse files
committed
move unlink
1 parent 4bc0a5c commit 17896a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

t/10_baseline_ipv4_http.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ $tests++;
5252
#2
5353
unlike($json_string, qr/$json_errors/, "via sockets checking JSON output");
5454
$tests++;
55-
unlink $json_file;
5655

5756
#3
5857
if ( $os eq "linux" ){
58+
unlink $json_file;
5959
$terminal_out = `$prg --ssl-native $check2run $json_file $uri 2>&1`;
6060
$json_string = json($json_file);
6161
unlike($terminal_out, qr/$openssl_errors/, "via (builtin) OpenSSL, checking terminal output");
6262
} elsif ( $os eq "darwin" ){
63-
printf "%s\n", "skipping test. The result of the check under MacOS is not understood" ;
63+
printf "%s\n", "Skipping test. The result of the check under MacOS is not understood" ;
6464
}
6565
$tests++;
6666

0 commit comments

Comments
 (0)