New.
authorMatt Kraai <kraai@debian.org>
Wed, 31 Oct 2001 16:36:23 +0000 (16:36 -0000)
committerMatt Kraai <kraai@debian.org>
Wed, 31 Oct 2001 16:36:23 +0000 (16:36 -0000)
testsuite/rm/rm-removes-file [new file with mode: 0644]

diff --git a/testsuite/rm/rm-removes-file b/testsuite/rm/rm-removes-file
new file mode 100644 (file)
index 0000000..46571a9
--- /dev/null
@@ -0,0 +1,3 @@
+touch foo
+busybox rm foo
+test ! -f foo