From 3889078dbe09a9d85b359e9c0c0c225e0bbea343 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 30 Oct 2001 23:11:20 +0000 Subject: Merge test suite. --- testsuite/gunzip/gunzip-reads-from-standard-input | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testsuite/gunzip/gunzip-reads-from-standard-input (limited to 'testsuite/gunzip') diff --git a/testsuite/gunzip/gunzip-reads-from-standard-input b/testsuite/gunzip/gunzip-reads-from-standard-input new file mode 100644 index 000000000..0ab9fdd78 --- /dev/null +++ b/testsuite/gunzip/gunzip-reads-from-standard-input @@ -0,0 +1,2 @@ +echo foo | gzip -c | busybox gunzip -c > output +echo foo | cmp - output -- cgit v1.2.3