diff options
author | Steve Hay <SteveHay@planit.com> | 2005-06-14 13:26:30 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-06-14 13:26:30 +0000 |
commit | f64dc0517a26cf23c9c43be2e0b1332330fed1cc (patch) | |
tree | 0c76fc0c1c2739ed5e91cd28bd6b4a85e5461b49 /lib/IO/Zlib/t/external.t | |
parent | c0b2046149892c54c3798523a6716164b16fe59d (diff) | |
download | perl-f64dc0517a26cf23c9c43be2e0b1332330fed1cc.tar.gz |
Actually skip tests when they're supposed to be skipped!
(and bump $IO::Zlib::VERSION)
p4raw-id: //depot/perl@24839
Diffstat (limited to 'lib/IO/Zlib/t/external.t')
-rw-r--r-- | lib/IO/Zlib/t/external.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/IO/Zlib/t/external.t b/lib/IO/Zlib/t/external.t index 13ac306d35..1d90d7fe2c 100644 --- a/lib/IO/Zlib/t/external.t +++ b/lib/IO/Zlib/t/external.t @@ -10,6 +10,7 @@ unless( -x $gzip && ":$ENV{PATH}:" =~ m!:/usr/bin:! && -d "/usr/bin" && -x "/usr/bin") { print "1..0 # Skip: no $gzip\n"; + exit 0; } sub ok |