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

6 lines
81 B
Text

touch foo
ln -s foo bar
busybox mv bar baz
test -f foo
test ! -e bar
test -L baz