hush/testsuite/bunzip2/bunzip2-removes-compressed-file
Matt Kraai cf32ac543c * archival/bunzip2.c (bunzip2_main): Remove compressed file.
* testsuite/bunzip2/bunzip2-removes-compressed-file: New.
2002-03-27 17:46:44 +00:00

4 lines
68 B
Plaintext

echo foo | bzip2 >foo.bz2
busybox bunzip2 foo.bz2
test ! -f foo.bz2