diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-03-27 22:48:39 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-03-27 22:48:39 +0000 |
commit | 41c187998fde561a81e12c33156dee528c59e9c3 (patch) | |
tree | 156b0af38981b03faf798bb073702e60f8102df9 | |
parent | 595add5b43bbcfe61ed95df0f5fcdae148aeb766 (diff) | |
download | busybox-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
-rw-r--r-- | testsuite/bunzip2/bunzip2-reads-from-standard-input | 2 | ||||
-rw-r--r-- | testsuite/gunzip/gunzip-reads-from-standard-input | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | echo foo | bzip2 -c | busybox bunzip2 -c > output | 1 | echo foo | bzip2 | busybox bunzip2 > output |
2 | echo foo | cmp - output | 2 | echo foo | cmp - output |
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 @@ | |||
1 | echo foo | gzip -c | busybox gunzip -c > output | 1 | echo foo | gzip | busybox gunzip > output |
2 | echo foo | cmp - output | 2 | echo foo | cmp - output |