Sign in
coral
/
busybox
/
5483a19fc3a781a792f80b27782f9aa9e3e03746
/
.
/
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