projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
82d700d
)
Fix test broken by Test-Simple upgrade (similar to change 33689)
Steve Hay [Fri, 7 Nov 2008 10:34:28 +0000 (10:34 +0000)]
p4raw-id: //depot/perl@34762
lib/Test/Simple/t/cmp_ok.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Simple/t/cmp_ok.t
b/lib/Test/Simple/t/cmp_ok.t
index
05629b6
..
4c2f900
100644
(file)
--- a/
lib/Test/Simple/t/cmp_ok.t
+++ b/
lib/Test/Simple/t/cmp_ok.t
@@
-4,7
+4,7
@@
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
- @INC = ('../lib', 'lib');
+ @INC = ('../lib', 'lib', '../lib/Test/Simple/t/lib');
}
else {
unshift @INC, 't/lib';