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

4 lines
39 B
Plaintext

touch foo
busybox rm foo
test ! -f foo