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

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