aboutsummaryrefslogtreecommitdiff
path: root/testsuite/mv/mv-moves-small-file
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/mv/mv-moves-small-file')
-rw-r--r--testsuite/mv/mv-moves-small-file4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/mv/mv-moves-small-file b/testsuite/mv/mv-moves-small-file
new file mode 100644
index 0000000..065c7f1
--- /dev/null
+++ b/testsuite/mv/mv-moves-small-file
@@ -0,0 +1,4 @@
+echo I WANT > foo
+busybox mv foo bar
+test ! -e foo
+test -f bar