* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.
* testsuite/gunzip/gunzip-reads-from-standard-input: Likewise.
This commit is contained in:
parent
6feaeace86
commit
50aec98e1c
@ -1,2 +1,2 @@
|
||||
echo foo | bzip2 -c | busybox bunzip2 -c > output
|
||||
echo foo | bzip2 | busybox bunzip2 > output
|
||||
echo foo | cmp - output
|
||||
|
@ -1,2 +1,2 @@
|
||||
echo foo | gzip -c | busybox gunzip -c > output
|
||||
echo foo | gzip | busybox gunzip > output
|
||||
echo foo | cmp - output
|
||||
|
Loading…
Reference in New Issue
Block a user