commit | cf32ac543c618dec10a01a14744cee6e306d430e | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Wed Mar 27 17:46:44 2002 +0000 |
committer | Matt Kraai <kraai@debian.org> | Wed Mar 27 17:46:44 2002 +0000 |
tree | 4f91dbf1dbce9140ecf4504f2005be1101a6d811 | |
parent | 35d60421b4f61de9f5ed39c3057555e6f64d75a7 [diff] [blame] |
* archival/bunzip2.c (bunzip2_main): Remove compressed file. * testsuite/bunzip2/bunzip2-removes-compressed-file: New.
diff --git a/testsuite/bunzip2/bunzip2-removes-compressed-file b/testsuite/bunzip2/bunzip2-removes-compressed-file new file mode 100644 index 0000000..f1d1550 --- /dev/null +++ b/testsuite/bunzip2/bunzip2-removes-compressed-file
@@ -0,0 +1,3 @@ +echo foo | bzip2 >foo.bz2 +busybox bunzip2 foo.bz2 +test ! -f foo.bz2