diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-01-18 15:52:10 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-01-18 15:52:10 +0000 |
commit | 70360898be6df93e2fb37993d9490258336b4823 (patch) | |
tree | 42023b646dcb12f6436e4bc58eb4330c7f6b9a06 /lib/Net | |
parent | dd2d1456ae6cdb1b6f476dd4923e18c36a45b6ea (diff) | |
download | perl-70360898be6df93e2fb37993d9490258336b4823.tar.gz |
Remove Mac OS classic code from tests in lib.
Including all @INC setting boilerplate from lib/Tie/ExtraHash.t, which TestInit
now performs.
Diffstat (limited to 'lib/Net')
-rw-r--r-- | lib/Net/hostent.t | 2 |
1 files changed, 1 insertions, 1 deletions
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})"; } } |