This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.
[oweals/busybox.git] / busybox / 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