busybox/testsuite/rm/rm-removes-file

4 lines
39 B
Plaintext

touch foo
busybox rm foo
test ! -f foo