* 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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue