aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bunzip2
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/bunzip2')
-rw-r--r--testsuite/bunzip2/bunzip2-reads-from-standard-input2
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