diff options
-rw-r--r-- | t/op/magic.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/magic.t b/t/op/magic.t index c6c796d0d4..68811f1de1 100644 --- a/t/op/magic.t +++ b/t/op/magic.t @@ -595,7 +595,7 @@ SKIP: { # ^^^^^^^^^ New tests go here ^^^^^^^^^ SKIP: { - skip("%ENV manipulations fail or aren't safe on $^O", 4) + skip("%ENV manipulations fail or aren't safe on $^O", 19) if $Is_VMS || $Is_Dos; SKIP: { |