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

4 lines
63 B
Text

echo I WANT > foo
busybox mv foo bar
test ! -e foo
test -f bar