From 03a24c8c05f5c3a6bbed44ef0d6345cbeb42c42f Mon Sep 17 00:00:00 2001 From: Ed J Date: Wed, 20 Nov 2024 12:10:05 +0000 Subject: [PATCH] update fork to drop pre-5.12 support --- test_output/cover/fork.5.012000 | 2 +- tests/fork | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_output/cover/fork.5.012000 b/test_output/cover/fork.5.012000 index eca4a59e..fec4cc7a 100644 --- a/test_output/cover/fork.5.012000 +++ b/test_output/cover/fork.5.012000 @@ -33,7 +33,7 @@ line err stmt bran cond sub code 7 # The latest version of this software should be available from my homepage: 8 # http://www.pjcj.net 9 -10 # __COVER__ skip_test $^O eq "MSWin32" || $] == 5.008007 +10 # __COVER__ skip_test $^O eq "MSWin32" 11 # __COVER__ skip_reason Fork unreliable 12 13 2 $x = 1; diff --git a/tests/fork b/tests/fork index 30348d6e..a815c942 100644 --- a/tests/fork +++ b/tests/fork @@ -7,7 +7,7 @@ # The latest version of this software should be available from my homepage: # http://www.pjcj.net -# __COVER__ skip_test $^O eq "MSWin32" || $] == 5.008007 +# __COVER__ skip_test $^O eq "MSWin32" # __COVER__ skip_reason Fork unreliable $x = 1;