nt9856x/BSP/busybox/testsuite/bunzip2/bunzip2-removes-compressed-file
2023-03-28 15:07:53 +08:00

4 lines
68 B
Plaintext

echo foo | bzip2 >foo.bz2
busybox bunzip2 foo.bz2
test ! -f foo.bz2