diff options
Diffstat (limited to 'cpan/IO-Compress/t/050interop-gzip.t')
-rw-r--r-- | cpan/IO-Compress/t/050interop-gzip.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/IO-Compress/t/050interop-gzip.t b/cpan/IO-Compress/t/050interop-gzip.t index 27c1d7db8c..f3cb1a3911 100644 --- a/cpan/IO-Compress/t/050interop-gzip.t +++ b/cpan/IO-Compress/t/050interop-gzip.t @@ -48,7 +48,7 @@ sub readWithGzip my $lex = new LexFile my $outfile; - my $comp = "$GZIP -dc" ; + my $comp = "$GZIP -d -c" ; if ( system("$comp $file >$outfile") == 0 ) { |