summaryrefslogtreecommitdiff
path: root/testsuite/bunzip2/bzcat-does-not-remove-compressed-file (plain)
blob: 7d4016ec5c40e06cc67333e757450ab5d56a00fd
1echo foo | bzip2 >foo.bz2
2busybox bzcat foo.bz2
3test -f foo.bz2
4