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

cp-preserves-hard-links « cp « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4de7b85db8067dee380cc12649feba73b30a1d37 (plain)
1
2
3
4
5
6
# FEATURE: CONFIG_FEATURE_PRESERVE_HARDLINKS
touch foo
ln foo bar
mkdir baz
busybox cp -d foo bar baz
test baz/foo -ef baz/bar