From: Nick Ing-Simmons Date: Tue, 12 May 1998 10:40:57 +0000 (+0100) Subject: [win32] fix test failure X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90dc8f2b16a1932d9312a9dd0d48d214142b0cf3;p=p5sagit%2Fp5-mst-13.2.git [win32] fix test failure Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com> Subject: test buglet p4raw-id: //depot/win32/perl@923 --- diff --git a/t/op/hashwarn.t b/t/op/hashwarn.t index 7419826..6343a2a 100755 --- a/t/op/hashwarn.t +++ b/t/op/hashwarn.t @@ -1,11 +1,12 @@ #!./perl -use strict; - BEGIN { chdir 't' if -d 't'; + @INC = '../lib'; } +use strict; + use vars qw{ @warnings }; BEGIN {