projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f35ac14
)
Context fix to make the test pass
Rafael Garcia-Suarez [Fri, 29 Feb 2008 08:22:01 +0000 (08:22 +0000)]
p4raw-id: //depot/perl@33398
lib/Test/Simple/t/filehandles.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Simple/t/filehandles.t
b/lib/Test/Simple/t/filehandles.t
index
fed9e1e
..
f7dad5d
100644
(file)
--- a/
lib/Test/Simple/t/filehandles.t
+++ b/
lib/Test/Simple/t/filehandles.t
@@
-3,7
+3,7
@@
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
- @INC = '../lib', 'lib';
+ @INC = ('../lib', 'lib');
}
}