Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cp-preserves-links « cp « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 301dc5fd83ee90185bcf0036cc3650b27657b2b2 (plain)
1
2
3
4
5
touch foo
ln -s foo bar
busybox cp -d bar baz
test -L baz
test xfoo = x`readlink baz`