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/op/misc.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/op/misc.t') diff --git a/t/op/misc.t b/t/op/misc.t index 39719b474c..f0d7f547fc 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -4,7 +4,7 @@ # separate executable and can't simply use eval. chdir 't' if -d 't'; -unshift @INC, "../lib"; +@INC = '../lib'; $ENV{PERL5LIB} = "../lib"; $|=1; -- cgit v1.2.1