minimal-linux-script/busybox-1.33.0/testsuite/bzcat/bzcat-does-not-remove-compressed-file
2023-11-16 23:19:36 -05:00

4 lines
64 B
Plaintext

echo foo | bzip2 >foo.bz2
busybox bzcat foo.bz2
test -f foo.bz2