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/io/pipe.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/io/pipe.t') diff --git a/t/io/pipe.t b/t/io/pipe.t index 4559624cca..96935e3f88 100755 --- a/t/io/pipe.t +++ b/t/io/pipe.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; require Config; import Config; unless ($Config{'d_fork'}) { print "1..0 # Skip: no fork\n"; -- cgit v1.2.1