From 70360898be6df93e2fb37993d9490258336b4823 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 18 Jan 2011 15:52:10 +0000 Subject: Remove Mac OS classic code from tests in lib. Including all @INC setting boilerplate from lib/Tie/ExtraHash.t, which TestInit now performs. --- lib/Net/hostent.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Net') diff --git a/lib/Net/hostent.t b/lib/Net/hostent.t index 421f19dc35..573136c3b1 100644 --- a/lib/Net/hostent.t +++ b/lib/Net/hostent.t @@ -14,7 +14,7 @@ BEGIN { { plan skip_all => "Test uses Socket, Socket not built"; } - if ($^O eq 'MacOS' || ($^O eq 'irix' && $Config{osvers} == 5)) { + if ($^O eq 'irix' && $Config{osvers} == 5) { plan skip_all => "Test relies on resolution of localhost, fails on $^O ($Config{osvers})"; } } -- cgit v1.2.1