* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.
[oweals/busybox.git] / testsuite / gunzip / gunzip-reads-from-standard-input
1 echo foo | gzip | busybox gunzip > output
2 echo foo | cmp - output