summaryrefslogtreecommitdiff
path: root/testsuite/rm
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-27 04:35:09 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-27 04:35:09 +0000
commit7b76233290bd9dead1848f28ed6d0edfcceb8e09 (patch)
treeb963999fc54eddb65f1929b894f868e24851fc9c /testsuite/rm
Correcting tag name to be like previous ones1_3_0
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