aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp/cp-RHL-does_not_preserve-links
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/cp/cp-RHL-does_not_preserve-links')
-rw-r--r--testsuite/cp/cp-RHL-does_not_preserve-links6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/cp/cp-RHL-does_not_preserve-links b/testsuite/cp/cp-RHL-does_not_preserve-links
new file mode 100644
index 0000000..eed6c3e
--- /dev/null
+++ b/testsuite/cp/cp-RHL-does_not_preserve-links
@@ -0,0 +1,6 @@
+mkdir a
+>a/file
+ln -s file a/link
+busybox cp -RHL a b
+test ! -L b/link
+#sh </dev/tty >/dev/tty 2>&1