* archival/bunzip2.c (bunzip2_main): Remove compressed file.
* testsuite/bunzip2/bunzip2-removes-compressed-file: New.
This commit is contained in:
3
testsuite/bunzip2/bunzip2-removes-compressed-file
Normal file
3
testsuite/bunzip2/bunzip2-removes-compressed-file
Normal file
@@ -0,0 +1,3 @@
|
||||
echo foo | bzip2 >foo.bz2
|
||||
busybox bunzip2 foo.bz2
|
||||
test ! -f foo.bz2
|
Reference in New Issue
Block a user