Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
ace02dc9cd3ca0c95db5b5ebe87b9d6cd6ca1733
/
.
/
testsuite
/
cp
/
cp-preserves-hard-links
blob: c17f42635ca1c45aceebaab2c50e36048bd348ef [
file
] [
log
] [
blame
]
Matt Kraai
ace02dc
2001-12-17 15:26:36 +0000
[
diff
] [
blame^
]
1
# UNSUPPORTED: CONFIG_FEATURE_PRESERVE_HARDLINKS
2
touch foo
3
ln foo bar
4
mkdir baz
5
busybox cp
-
d foo bar baz
6
test baz
/
foo
-
ef baz
/
bar