hush/testsuite/cp/cp-preserves-hard-links

7 lines
131 B
Plaintext
Raw Normal View History

# UNSUPPORTED: CONFIG_FEATURE_PRESERVE_HARDLINKS
touch foo
ln foo bar
mkdir baz
busybox cp -d foo bar baz
test baz/foo -ef baz/bar