summaryrefslogtreecommitdiff
path: root/t/op/magic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/magic.t')
-rwxr-xr-xt/op/magic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/magic.t b/t/op/magic.t
index b386e406a3..28e66d9f41 100755
--- a/t/op/magic.t
+++ b/t/op/magic.t
@@ -264,7 +264,7 @@ ok $^O;
ok $^T > 850000000, $^T;
if ($Is_VMS || $Is_Dos || $Is_MacOS) {
- skip("%ENV manipulations fail or aren't safe on $^O") for 1..3;
+ skip("%ENV manipulations fail or aren't safe on $^O") for 1..4;
}
else {
$PATH = $ENV{PATH};