summaryrefslogtreecommitdiff
path: root/polux/application/busybox/testsuite/mv/mv-preserves-links
diff options
context:
space:
mode:
Diffstat (limited to 'polux/application/busybox/testsuite/mv/mv-preserves-links')
-rw-r--r--polux/application/busybox/testsuite/mv/mv-preserves-links5
1 files changed, 5 insertions, 0 deletions
diff --git a/polux/application/busybox/testsuite/mv/mv-preserves-links b/polux/application/busybox/testsuite/mv/mv-preserves-links
new file mode 100644
index 0000000000..ea565d2f15
--- /dev/null
+++ b/polux/application/busybox/testsuite/mv/mv-preserves-links
@@ -0,0 +1,5 @@
+touch foo
+ln -s foo bar
+busybox mv bar baz
+test -L baz
+test xfoo = x`readlink baz`