commit | a0782684fd5076fd2ad5ca4f611249da83182108 | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Mon Apr 15 15:01:37 2002 +0000 |
committer | Matt Kraai <kraai@debian.org> | Mon Apr 15 15:01:37 2002 +0000 |
tree | 531b3fd32169ab5a0393d0629e9882d964383922 | |
parent | 744ec1d54962d79528eef40dce5913edf9f78c6d [diff] [blame] |
* archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard output. * testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New.
diff --git a/testsuite/bunzip2/bzcat-does-not-remove-compressed-file b/testsuite/bunzip2/bzcat-does-not-remove-compressed-file new file mode 100644 index 0000000..7d4016e --- /dev/null +++ b/testsuite/bunzip2/bzcat-does-not-remove-compressed-file
@@ -0,0 +1,3 @@ +echo foo | bzip2 >foo.bz2 +busybox bzcat foo.bz2 +test -f foo.bz2