cygwin port
Eric Fifer [Tue, 5 Dec 2000 14:04:09 +0000 (14:04 +0000)]
Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>

p4raw-id: //depot/perl@7992

t/lib/net-hostent.t

index a0ec7bd..b1c7a9d 100644 (file)
@@ -41,7 +41,7 @@ print "ok 5\n";
 # VMS returns "LOCALHOST" under tcp/ip services V4.1 ECO 2, possibly others
 # OS/390 returns localhost.YADDA.YADDA
 
-if ($^O eq 'MSWin32') {
+if ($^O eq 'MSWin32' or $^O eq 'cygwin') {
   print "ok $_ # skipped on win32\n" for (6,7);
 } else {
   print "not " unless $h->name =~ /^localhost(?:\..+)?$/i;