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

5 lines
69 B
Text

touch foo
chmod a-r foo
busybox mv foo bar
test ! -e foo
test -f bar