mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-12 14:05:40 +00:00
50aec98e1c
* testsuite/gunzip/gunzip-reads-from-standard-input: Likewise.
3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
echo foo | gzip | busybox gunzip > output
|
|
echo foo | cmp - output
|