busybox/testsuite/gunzip/gunzip-reads-from-standard-input

3 lines
72 B
Plaintext
Raw Normal View History

2001-10-31 04:41:20 +05:30
echo foo | gzip -c | busybox gunzip -c > output
echo foo | cmp - output