diff options
author | Steve Hay <SteveHay@planit.com> | 2008-11-07 10:34:28 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-11-07 10:34:28 +0000 |
commit | eaa0815147e13cd4ab5b3d6ca8f26544a9f0c3b4 (patch) | |
tree | 3e60678727fff3501e52d76d4769fd0f123bdf93 /lib | |
parent | 82d700dc3bcb588c96407260d728895940e2cf09 (diff) | |
download | perl-eaa0815147e13cd4ab5b3d6ca8f26544a9f0c3b4.tar.gz |
Fix test broken by Test-Simple upgrade (similar to change 33689)
p4raw-id: //depot/perl@34762
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Test/Simple/t/cmp_ok.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Simple/t/cmp_ok.t b/lib/Test/Simple/t/cmp_ok.t index 05629b6951..4c2f90095e 100644 --- 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'; |