Merge test suite.
[oweals/busybox.git] / testsuite / gunzip / gunzip-reads-from-standard-input
1 echo foo | gzip -c | busybox gunzip -c > output
2 echo foo | cmp - output