aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp/cp-follows-links
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/cp/cp-follows-links')
-rw-r--r--testsuite/cp/cp-follows-links4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/cp/cp-follows-links b/testsuite/cp/cp-follows-links
new file mode 100644
index 0000000..2d9f05e
--- /dev/null
+++ b/testsuite/cp/cp-follows-links
@@ -0,0 +1,4 @@
+touch foo
+ln -s foo bar
+busybox cp bar baz
+test -f baz