busybox/testsuite/mv/mv-moves-hardlinks

5 lines
64 B
Plaintext

touch foo
ln foo bar
busybox mv bar baz
test ! -f bar -a -f baz