From 20822f61cc01ab34be1e17db483aceb9d5ec8fb7 Mon Sep 17 00:00:00 2001 From: Mike Guy Date: Fri, 25 Aug 2000 16:15:59 +0100 Subject: Use minimal @INC in tests, most of the time just '../lib', so that we simply can't pick up stuff from other Perls than the one we are testing. Pointed out by Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built Message-Id: p4raw-id: //depot/perl@6874 --- t/lib/syslfs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/lib/syslfs.t') diff --git a/t/lib/syslfs.t b/t/lib/syslfs.t index 3cfe3022da..96625f2c88 100644 --- a/t/lib/syslfs.t +++ b/t/lib/syslfs.t @@ -4,7 +4,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; require Config; import Config; # Don't bother if there are no quad offsets. if ($Config{lseeksize} < 8) { -- cgit v1.2.1