* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.
authorMatt Kraai <kraai@debian.org>
Wed, 27 Mar 2002 22:48:39 +0000 (22:48 -0000)
committerMatt Kraai <kraai@debian.org>
Wed, 27 Mar 2002 22:48:39 +0000 (22:48 -0000)
* testsuite/gunzip/gunzip-reads-from-standard-input: Likewise.

testsuite/bunzip2/bunzip2-reads-from-standard-input
testsuite/gunzip/gunzip-reads-from-standard-input

index 7bc8421358f8aa68f015b80c42d185dd32914a86..e212a12072af943aecc8c4d76de1d1a40c1178b5 100644 (file)
@@ -1,2 +1,2 @@
-echo foo | bzip2 -c | busybox bunzip2 -c > output
+echo foo | bzip2 | busybox bunzip2 > output
 echo foo | cmp - output
index 0ab9fdd78c1c725e28bf3917f9471cddc10512b9..7c498c0ce81d92d1630cbde411072cd3611fc562 100644 (file)
@@ -1,2 +1,2 @@
-echo foo | gzip -c | busybox gunzip -c > output
+echo foo | gzip | busybox gunzip > output
 echo foo | cmp - output