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/gunzip/gunzip-reads-from-standard-input | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/gunzip') diff --git a/testsuite/gunzip/gunzip-reads-from-standard-input b/testsuite/gunzip/gunzip-reads-from-standard-input index 0ab9fdd78..7c498c0ce 100644 --- a/testsuite/gunzip/gunzip-reads-from-standard-input +++ b/testsuite/gunzip/gunzip-reads-from-standard-input @@ -1,2 +1,2 @@ -echo foo | gzip -c | busybox gunzip -c > output +echo foo | gzip | busybox gunzip > output echo foo | cmp - output -- cgit v1.2.3