nt9856x/BSP/busybox/testsuite/mv/mv-moves-hardlinks
2023-03-28 15:07:53 +08:00

5 lines
64 B
Plaintext

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