* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.

* testsuite/gunzip/gunzip-reads-from-standard-input: Likewise.
This commit is contained in:
Matt Kraai 2002-03-27 22:48:39 +00:00
parent 6feaeace86
commit 50aec98e1c
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
echo foo | bzip2 -c | busybox bunzip2 -c > output
echo foo | bzip2 | busybox bunzip2 > output
echo foo | cmp - output

View File

@ -1,2 +1,2 @@
echo foo | gzip -c | busybox gunzip -c > output
echo foo | gzip | busybox gunzip > output
echo foo | cmp - output