From 18c4428cf4ed03e8f0e1ed441183b4d73cdc0a84 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Fri, 9 May 2025 08:53:17 +0200 Subject: [PATCH] elSif --- 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 dfb8037..d126bea 100755 --- a/t/31_isJSON_valid.t +++ b/t/31_isJSON_valid.t @@ -82,7 +82,7 @@ if ( $os eq "linux" ){ is(@errors,0,"no errors"); $tests++; -} elif ( $os eq "darwin" ){ +} elsif ( $os eq "darwin" ){ printf "skipped two checks on MacOS\n\n"; }