* archival/bunzip2.c (bunzip2_main): Remove compressed file.

* testsuite/bunzip2/bunzip2-removes-compressed-file: New.
This commit is contained in:
Matt Kraai
2002-03-27 17:46:44 +00:00
parent 35d60421b4
commit cf32ac543c
2 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
echo foo | bzip2 >foo.bz2
busybox bunzip2 foo.bz2
test ! -f foo.bz2