aboutsummaryrefslogtreecommitdiff
path: root/testsuite/gunzip
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-03-27 22:48:39 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-03-27 22:48:39 +0000
commit41c187998fde561a81e12c33156dee528c59e9c3 (patch)
tree156b0af38981b03faf798bb073702e60f8102df9 /testsuite/gunzip
parent595add5b43bbcfe61ed95df0f5fcdae148aeb766 (diff)
downloadbusybox-w32-41c187998fde561a81e12c33156dee528c59e9c3.tar.gz
busybox-w32-41c187998fde561a81e12c33156dee528c59e9c3.tar.bz2
busybox-w32-41c187998fde561a81e12c33156dee528c59e9c3.zip
* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.
* testsuite/gunzip/gunzip-reads-from-standard-input: Likewise. git-svn-id: svn://busybox.net/trunk/busybox@4496 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite/gunzip')
-rw-r--r--testsuite/gunzip/gunzip-reads-from-standard-input2
1 files changed, 1 insertions, 1 deletions
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 @@
1echo foo | gzip -c | busybox gunzip -c > output 1echo foo | gzip | busybox gunzip > output
2echo foo | cmp - output 2echo foo | cmp - output