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

3 lines
72 B
Plaintext
Raw Normal View History

2001-10-30 23:11:20 +00:00
echo foo | gzip -c | busybox gunzip -c > output
echo foo | cmp - output