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

4 lines
53 B
Plaintext

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