summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2012-07-30 19:26:40 -0500
committerCraig A. Berry <craigberry@mac.com>2012-07-30 21:34:18 -0500
commitbf1be224ac1c0c0c14db1b93586af8b137de753a (patch)
treeac4cbc355fb7cb6cc8ebd33145640d42616b88cd /t
parent86bc91c076cf0fc70861c7eaa41f2e20151bd92f (diff)
downloadperl-bf1be224ac1c0c0c14db1b93586af8b137de753a.tar.gz
Correct skip count in magic.t after 613c63b465.
Diffstat (limited to 't')
-rw-r--r--t/op/magic.t2
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: {