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

5 lines
83 B
Text

touch foo
ln -s foo bar
busybox mv bar baz
test -L baz
test xfoo = x`readlink baz`