commit | b89637a037c362a4bfef26375bb8cd1ddfdc98e0 | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Wed Oct 31 16:36:23 2001 +0000 |
committer | Matt Kraai <kraai@debian.org> | Wed Oct 31 16:36:23 2001 +0000 |
tree | 5aa001658a92176e9976b7d80e16c82e8cb65b50 | |
parent | 5447f17ef98707ea448ef403737c16da24ffb6e1 [diff] |
New.
diff --git a/testsuite/rm/rm-removes-file b/testsuite/rm/rm-removes-file new file mode 100644 index 0000000..46571a9 --- /dev/null +++ b/testsuite/rm/rm-removes-file
@@ -0,0 +1,3 @@ +touch foo +busybox rm foo +test ! -f foo