From 9a509d3e93c02f38c7777bb08082347419454814 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 15 Dec 2001 17:17:47 +0000 Subject: [PATCH] I don't think we are in FooOS, Toto. p4raw-id: //depot/perl@13701 --- lib/ExtUtils/MM_Cygwin.t | 2 +- lib/ExtUtils/MM_VMS.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ExtUtils/MM_Cygwin.t b/lib/ExtUtils/MM_Cygwin.t index 4023f33..6a718b9 100644 --- a/lib/ExtUtils/MM_Cygwin.t +++ b/lib/ExtUtils/MM_Cygwin.t @@ -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"; } } diff --git a/lib/ExtUtils/MM_VMS.t b/lib/ExtUtils/MM_VMS.t index 1f986c6..759cebb 100644 --- a/lib/ExtUtils/MM_VMS.t +++ b/lib/ExtUtils/MM_VMS.t @@ -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" ); } } -- 2.7.4