diff options
Diffstat (limited to 'ext/Compress/Zlib/t/16oneshot.t')
-rw-r--r-- | ext/Compress/Zlib/t/16oneshot.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Compress/Zlib/t/16oneshot.t b/ext/Compress/Zlib/t/16oneshot.t index 8b1c863428..3310111598 100644 --- a/ext/Compress/Zlib/t/16oneshot.t +++ b/ext/Compress/Zlib/t/16oneshot.t @@ -1,7 +1,7 @@ BEGIN { if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; - @INC = '../lib'; + @INC = ("../lib", "lib"); } } |