diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/bunzip2/bzcat-does-not-remove-compressed-file | 3 |
1 files changed, 3 insertions, 0 deletions
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 000000000..7d4016ec5 --- /dev/null +++ b/testsuite/bunzip2/bzcat-does-not-remove-compressed-file | |||
@@ -0,0 +1,3 @@ | |||
1 | echo foo | bzip2 >foo.bz2 | ||
2 | busybox bzcat foo.bz2 | ||
3 | test -f foo.bz2 | ||