diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-05-12 11:40:57 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-12 16:24:02 +0000 |
commit | 90dc8f2b16a1932d9312a9dd0d48d214142b0cf3 (patch) | |
tree | ad1c39982b708f5ea2ddd06c123447f8965e2725 | |
parent | eb480a0bfba09e4dba5af8e75f3b7278c6597d01 (diff) | |
download | perl-90dc8f2b16a1932d9312a9dd0d48d214142b0cf3.tar.gz |
[win32] fix test failure
Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
Subject: test buglet
p4raw-id: //depot/win32/perl@923
-rwxr-xr-x | t/op/hashwarn.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/op/hashwarn.t b/t/op/hashwarn.t index 741982622b..6343a2a8d5 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 { |