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

4 lines
55 B
Text

touch foo
ln -s foo bar
busybox cp bar baz
test -f baz