mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
# UNSUPPORTED: CONFIG_FEATURE_PRESERVE_HARDLINKS
|
|
touch foo
|
|
ln foo bar
|
|
mkdir baz
|
|
busybox cp -d foo bar baz
|
|
test baz/foo -ef baz/bar
|