summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlair Zajac <blair@orcaware.com>2001-09-24 04:48:58 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-15 12:32:07 +0000
commit124f20193562047cb8a15da2ceac9eea52d2b122 (patch)
tree65180c25ba9628032d911908a17a53887b736300
parent5d8a6eb94a90b12eff5662b8472bb48af50dbb98 (diff)
downloadperl-124f20193562047cb8a15da2ceac9eea52d2b122.tar.gz
Re: [PATCH t/op/magic.t] missing tests on Win32
Message-ID: <3BAF801A.88A4F614@orcaware.com> (the skip() messages) p4raw-id: //depot/perl@12439
-rwxr-xr-xt/op/magic.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/op/magic.t b/t/op/magic.t
index 20d973b403..c39ad64e4c 100755
--- a/t/op/magic.t
+++ b/t/op/magic.t
@@ -65,7 +65,7 @@ ok $!, $!;
close FOO; # just mention it, squelch used-only-once
if ($Is_MSWin32 || $Is_NetWare || $Is_Dos || $Is_MPE || $Is_MacOS) {
- skip() for 1..2;
+ skip('SIGINT not safe on this platform') for 1..2;
}
else {
# the next tests are embedded inside system simply because sh spits out
@@ -218,7 +218,7 @@ ok $^O;
ok $^T > 850000000, $^T;
if ($Is_VMS || $Is_Dos || $Is_MacOS) {
- skip() for 1..2;
+ skip("cannot test on $^O") for 1..2;
}
else {
$PATH = $ENV{PATH};