* archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard
output. * testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New.
This commit is contained in:
3
testsuite/bunzip2/bzcat-does-not-remove-compressed-file
Normal file
3
testsuite/bunzip2/bzcat-does-not-remove-compressed-file
Normal file
@@ -0,0 +1,3 @@
|
||||
echo foo | bzip2 >foo.bz2
|
||||
busybox bzcat foo.bz2
|
||||
test -f foo.bz2
|
Reference in New Issue
Block a user