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