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 000000000..2d9f05e9f
--- /dev/null
+++ b/testsuite/cp/cp-follows-links
@@ -0,0 +1,4 @@
1touch foo
2ln -s foo bar
3busybox cp bar baz
4test -f baz