I don't think we are in FooOS, Toto.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Dec 2001 17:17:47 +0000 (17:17 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Dec 2001 17:17:47 +0000 (17:17 +0000)
p4raw-id: //depot/perl@13701

lib/ExtUtils/MM_Cygwin.t
lib/ExtUtils/MM_VMS.t

index 4023f33..6a718b9 100644 (file)
@@ -11,7 +11,7 @@ BEGIN {
        if ($^O =~ /cygwin/i) {
                plan tests => 17;
        } else {
-               plan skip_all => 'Test irrelevant outside of Cygwin';
+               plan skip_all => "This is not $^O";
        }
 }
 
index 1f986c6..759cebb 100644 (file)
@@ -14,7 +14,7 @@ BEGIN {
     # is unlikely to be installed on non VMS machines
     # (although not impossible: no xs, no sys$parse(), pure perl).
     else {
-        plan( skip_all => "Only for VMS.  You go home now." );
+        plan( skip_all => "This is not $^O" );
     }
 }