projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eb480a0
)
[win32] fix test failure
Nick Ing-Simmons [Tue, 12 May 1998 10:40:57 +0000 (11:40 +0100)]
Message-Id: <
199805120940
.KAA01252@pluto.tiuk.ti.com>
Subject: test buglet
p4raw-id: //depot/win32/perl@923
t/op/hashwarn.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/hashwarn.t
b/t/op/hashwarn.t
index
7419826
..
6343a2a
100755
(executable)
--- 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 {