hush/testsuite/bunzip2/bzcat-does-not-remove-compressed-file
Matt Kraai a0782684fd * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard
output.
* testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New.
2002-04-15 15:01:37 +00:00

4 lines
64 B
Plaintext

echo foo | bzip2 >foo.bz2
busybox bzcat foo.bz2
test -f foo.bz2