projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5447f17
)
New.
author
Matt Kraai
<kraai@debian.org>
Wed, 31 Oct 2001 16:36:23 +0000
(16:36 -0000)
committer
Matt 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]
patch
|
blob
diff --git a/testsuite/rm/rm-removes-file
b/testsuite/rm/rm-removes-file
new file mode 100644
(file)
index 0000000..
46571a9
--- /dev/null
+++ b/
testsuite/rm/rm-removes-file
@@ -0,0
+1,3
@@
+touch foo
+busybox rm foo
+test ! -f foo