summaryrefslogtreecommitdiff
path: root/lib/Tie
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-18 15:52:10 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-18 15:52:10 +0000
commit70360898be6df93e2fb37993d9490258336b4823 (patch)
tree42023b646dcb12f6436e4bc58eb4330c7f6b9a06 /lib/Tie
parentdd2d1456ae6cdb1b6f476dd4923e18c36a45b6ea (diff)
downloadperl-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/Tie')
-rw-r--r--lib/Tie/ExtraHash.t9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Tie/ExtraHash.t b/lib/Tie/ExtraHash.t
index c8e4630882..bbaf64f040 100644
--- a/lib/Tie/ExtraHash.t
+++ b/lib/Tie/ExtraHash.t
@@ -1,14 +1,5 @@
#!./perl
-BEGIN {
- chdir 't' if -d 't';
- if ($^O eq 'MacOS') {
- @INC = qw(: ::lib ::macos:lib);
- } else {
- @INC = '.';
- push @INC, '../lib';
- }
-}
use strict;
use warnings;
use Test::More tests => 11;