From 50aec98e1c1cb2f3fe2f5600e5280090eadab91b Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 27 Mar 2002 22:48:39 +0000 Subject: * testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags. * testsuite/gunzip/gunzip-reads-from-standard-input: Likewise. --- testsuite/bunzip2/bunzip2-reads-from-standard-input | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/bunzip2') diff --git a/testsuite/bunzip2/bunzip2-reads-from-standard-input b/testsuite/bunzip2/bunzip2-reads-from-standard-input index 7bc842135..e212a1207 100644 --- a/testsuite/bunzip2/bunzip2-reads-from-standard-input +++ b/testsuite/bunzip2/bunzip2-reads-from-standard-input @@ -1,2 +1,2 @@ -echo foo | bzip2 -c | busybox bunzip2 -c > output +echo foo | bzip2 | busybox bunzip2 > output echo foo | cmp - output -- cgit v1.2.3