1# FEATURE: CONFIG_FEATURE_PRESERVE_HARDLINKS
2touch foo
3ln foo bar
4mkdir baz
5busybox cp -d foo bar baz
6test baz/foo -ef baz/bar
7