* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.
[oweals/busybox.git] / testsuite / bunzip2 / bunzip2-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