Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
busybox
/
b2cf790ce23df9cace07ab4486c11f983c120d3d
/
.
/
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