Change 34762 by [EMAIL PROTECTED] on 2008/11/07 10:34:28
Fix test broken by Test-Simple upgrade (similar to change 33689)
Affected files ...
... //depot/perl/lib/Test/Simple/t/cmp_ok.t#4 edit
Differences ...
==== //depot/perl/lib/Test/Simple/t/cmp_ok.t#4 (text) ====
Index: perl/lib/Test/Simple/t/cmp_ok.t
--- perl/lib/Test/Simple/t/cmp_ok.t#3~34761~ 2008-11-07 02:32:32.000000000
-0800
+++ perl/lib/Test/Simple/t/cmp_ok.t 2008-11-07 02:34:28.000000000 -0800
@@ -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';
End of Patch.