Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
busybox
/
b2cf790ce23df9cace07ab4486c11f983c120d3d
/
.
/
busybox-1.19.3
/
testsuite
/
cp
/
cp-preserves-hard-links
blob: 4de7b85db8067dee380cc12649feba73b30a1d37 [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_PRESERVE_HARDLINKS
touch foo
ln foo bar
mkdir baz
busybox cp
-
d foo bar baz
test baz
/
foo
-
ef baz
/
bar