summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1998-05-12 11:40:57 +0100
committerGurusamy Sarathy <gsar@cpan.org>1998-05-12 16:24:02 +0000
commit97c8f56b41191c7e2a070c9f1815f133ccd7059b (patch)
treead1c39982b708f5ea2ddd06c123447f8965e2725 /t
parentacc80de90eee8b49de2f3ae0b02e81ebbd4e3d64 (diff)
downloadperl-97c8f56b41191c7e2a070c9f1815f133ccd7059b.tar.gz
[win32] fix test failure
Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com> Subject: test buglet p4raw-id: //depot/win32/perl@923
Diffstat (limited to 't')
-rwxr-xr-xt/op/hashwarn.t5
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 {