data/method/busybox/busybox-1.36.0/testsuite/rm/rm-removes-file

4 lines
39 B
Plaintext

touch foo
busybox rm foo
test ! -f foo