msh: aliased to hush
[oweals/busybox.git] / testsuite / cp / cp-preserves-hard-links
1 # FEATURE: 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