X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FCompress%2FZlib%2Ft%2F15multi.t;h=0b65ef6371610191ea47a6fc3bf73c77b759ecda;hb=9f2e35140733c7b8f4ab179f11bf740ca3d2130e;hp=bf0983aa5ff410b9140252cc13e3e752fb8e5c1f;hpb=d695c1a14d338b327d73e0dc4ed611c5ff9a6de6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Compress/Zlib/t/15multi.t b/ext/Compress/Zlib/t/15multi.t index bf0983a..0b65ef6 100644 --- a/ext/Compress/Zlib/t/15multi.t +++ b/ext/Compress/Zlib/t/15multi.t @@ -1,7 +1,7 @@ BEGIN { if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; - @INC = '../lib'; + @INC = ("../lib", "lib"); } } @@ -81,8 +81,7 @@ foreach my $CompressClass ('IO::Compress::Gzip', } - my $name = "test.gz" ; - my $lex = new LexFile $name ; + my $lex = new LexFile my $name ; my $output ; if ($fb eq 'buffer') {