summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/cp/cp-follows-links
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/testsuite/cp/cp-follows-links')
-rwxr-xr-xrelease/src/router/busybox/testsuite/cp/cp-follows-links4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/src/router/busybox/testsuite/cp/cp-follows-links b/release/src/router/busybox/testsuite/cp/cp-follows-links
new file mode 100755
index 00000000..2d9f05e9
--- /dev/null
+++ b/release/src/router/busybox/testsuite/cp/cp-follows-links
@@ -0,0 +1,4 @@
+touch foo
+ln -s foo bar
+busybox cp bar baz
+test -f baz