Kill off the old 'tests' stuff. Write a ton of new tests for the
[oweals/busybox.git] / testsuite / mv / mv-preserves-hard-links
1 # FEATURE: CONFIG_FEATURE_PRESERVE_HARDLINKS
2 touch foo
3 ln foo bar
4 mkdir baz
5 busybox mv foo bar baz
6 test baz/foo -ef baz/bar