aboutsummaryrefslogtreecommitdiff
path: root/testsuite/mv/mv-moves-symlinks
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/mv/mv-moves-symlinks')
-rw-r--r--testsuite/mv/mv-moves-symlinks6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/mv/mv-moves-symlinks b/testsuite/mv/mv-moves-symlinks
new file mode 100644
index 0000000..c413af0
--- /dev/null
+++ b/testsuite/mv/mv-moves-symlinks
@@ -0,0 +1,6 @@
+touch foo
+ln -s foo bar
+busybox mv bar baz
+test -f foo
+test ! -e bar
+test -L baz