android_mt6572_jiabo/external/busybox/testsuite/mv/mv-moves-file
2025-09-05 16:56:03 +08:00

3 lines
53 B
Text

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