summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/cp/cp-preserves-links
blob: a5269e8d389ac383d24f2992053e5607c9d798c8 (plain)
1
2
3
4
touch foo
ln -s foo bar
busybox cp -d bar baz
test -L baz