mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
a0782684fd
output. * testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New.
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
echo foo | bzip2 >foo.bz2
|
|
busybox bzcat foo.bz2
|
|
test -f foo.bz2
|