From: Matt Kraai Date: Wed, 31 Oct 2001 16:36:23 +0000 (-0000) Subject: New. X-Git-Tag: 0_60_2~50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b89637a037c362a4bfef26375bb8cd1ddfdc98e0;p=oweals%2Fbusybox.git New. --- diff --git a/testsuite/rm/rm-removes-file b/testsuite/rm/rm-removes-file new file mode 100644 index 000000000..46571a98a --- /dev/null +++ b/testsuite/rm/rm-removes-file @@ -0,0 +1,3 @@ +touch foo +busybox rm foo +test ! -f foo