diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-02 05:26:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-02 05:26:33 +0000 |
commit | 44d953555e27ad82767a45a50377ed7bb15c4a4a (patch) | |
tree | 47ea4fe5250d0ca93351199374b6b83ea6bf3ab6 /t | |
parent | e36eebf2b283f6eca7d567f41c465c06577584f1 (diff) | |
download | perl-44d953555e27ad82767a45a50377ed7bb15c4a4a.tar.gz |
VMS: with this, 100% make test in Compaq C V6.5-001
on OpenVMS Alpha V7.3-1, from Craig Berry.
p4raw-id: //depot/perl@19921
Diffstat (limited to 't')
-rwxr-xr-x | 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 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}; |