diff options
Diffstat (limited to 'testsuite/gunzip')
-rw-r--r-- | testsuite/gunzip/gunzip-reads-from-standard-input | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gunzip/gunzip-reads-from-standard-input b/testsuite/gunzip/gunzip-reads-from-standard-input index 0ab9fdd78..7c498c0ce 100644 --- a/testsuite/gunzip/gunzip-reads-from-standard-input +++ b/testsuite/gunzip/gunzip-reads-from-standard-input @@ -1,2 +1,2 @@ -echo foo | gzip -c | busybox gunzip -c > output +echo foo | gzip | busybox gunzip > output echo foo | cmp - output |