diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/bunzip2/bunzip2-reads-from-standard-input | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/bunzip2/bunzip2-reads-from-standard-input b/testsuite/bunzip2/bunzip2-reads-from-standard-input new file mode 100644 index 000000000..7bc842135 --- /dev/null +++ b/testsuite/bunzip2/bunzip2-reads-from-standard-input @@ -0,0 +1,2 @@ +echo foo | bzip2 -c | busybox bunzip2 -c > output +echo foo | cmp - output |