From: Eric Fifer Date: Tue, 5 Dec 2000 14:04:09 +0000 (+0000) Subject: cygwin port X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4334fab2a3fe291a64b4d2cc7f02e0494e956b54;p=p5sagit%2Fp5-mst-13.2.git cygwin port Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk> p4raw-id: //depot/perl@7992 --- diff --git a/t/lib/net-hostent.t b/t/lib/net-hostent.t index a0ec7bd..b1c7a9d 100644 --- a/t/lib/net-hostent.t +++ b/t/lib/net-hostent.t @@ -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;