aboutsummaryrefslogtreecommitdiff
path: root/testsuite/rm
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-10-31 16:36:23 +0000
committerMatt Kraai <kraai@debian.org>2001-10-31 16:36:23 +0000
commitb89637a037c362a4bfef26375bb8cd1ddfdc98e0 (patch)
tree5aa001658a92176e9976b7d80e16c82e8cb65b50 /testsuite/rm
parent5447f17ef98707ea448ef403737c16da24ffb6e1 (diff)
downloadbusybox-b89637a037c362a4bfef26375bb8cd1ddfdc98e0.tar.gz
New.
Diffstat (limited to 'testsuite/rm')
-rw-r--r--testsuite/rm/rm-removes-file3
1 files changed, 3 insertions, 0 deletions
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