Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.3
/
busybox
/
edda7f91fbd2482713838673f9c287d4933cd9c4
/
.
/
busybox-1.19.3
/
testsuite
/
mv
/
mv-preserves-hard-links
blob: b3ba3aa29e48fbaee8de305de793c394009e82e5 [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_PRESERVE_HARDLINKS
touch foo
ln foo bar
mkdir baz
busybox mv foo bar baz
test baz
/
foo
-
ef baz
/
bar