hush/testsuite/gunzip/gunzip-reads-from-standard-input
2001-10-30 23:11:20 +00:00

3 lines
72 B
Plaintext

echo foo | gzip -c | busybox gunzip -c > output
echo foo | cmp - output