android_mt6572_jiabo/external/busybox/testsuite/bunzip2/bunzip2-removes-compressed-file
2025-09-05 16:56:03 +08:00

3 lines
68 B
Text

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