From: Blair Zajac Date: Mon, 24 Sep 2001 11:48:58 +0000 (-0700) Subject: Re: [PATCH t/op/magic.t] missing tests on Win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=124f20193562047cb8a15da2ceac9eea52d2b122;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH t/op/magic.t] missing tests on Win32 Message-ID: <3BAF801A.88A4F614@orcaware.com> (the skip() messages) p4raw-id: //depot/perl@12439 --- diff --git a/t/op/magic.t b/t/op/magic.t index 20d973b..c39ad64 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};