X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=testsuite%2Fgunzip%2Fgunzip-reads-from-standard-input;h=7c498c0ce81d92d1630cbde411072cd3611fc562;hb=e69ad87802139b7b62fc06ff5d5d09cc4245d5fc;hp=0ab9fdd78c1c725e28bf3917f9471cddc10512b9;hpb=3889078dbe09a9d85b359e9c0c0c225e0bbea343;p=oweals%2Fbusybox.git 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