1
0
mirror of https://github.com/sheumann/hush.git synced 2025-02-17 22:30:33 +00:00
hush/testsuite/rm/rm-removes-file
Matt Kraai b89637a037 New.
2001-10-31 16:36:23 +00:00

4 lines
39 B
Plaintext

touch foo
busybox rm foo
test ! -f foo