diff options
author | Craig A. Berry <craigberry@mac.com> | 2012-07-30 19:26:40 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2012-07-30 21:34:18 -0500 |
commit | bf1be224ac1c0c0c14db1b93586af8b137de753a (patch) | |
tree | ac4cbc355fb7cb6cc8ebd33145640d42616b88cd /t | |
parent | 86bc91c076cf0fc70861c7eaa41f2e20151bd92f (diff) | |
download | perl-bf1be224ac1c0c0c14db1b93586af8b137de753a.tar.gz |
Correct skip count in magic.t after 613c63b465.
Diffstat (limited to 't')
-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: { |