summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/gunzip/gunzip-reads-from-standard-input
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/testsuite/gunzip/gunzip-reads-from-standard-input')
-rwxr-xr-xrelease/src/router/busybox/testsuite/gunzip/gunzip-reads-from-standard-input2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/src/router/busybox/testsuite/gunzip/gunzip-reads-from-standard-input b/release/src/router/busybox/testsuite/gunzip/gunzip-reads-from-standard-input
new file mode 100755
index 00000000..7c498c0c
--- /dev/null
+++ b/release/src/router/busybox/testsuite/gunzip/gunzip-reads-from-standard-input
@@ -0,0 +1,2 @@
+echo foo | gzip | busybox gunzip > output
+echo foo | cmp - output