Sign in
coral
/
busybox
/
256ee622249830d102c58edccf893104a4a34037
/
.
/
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