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

5 lines
86 B
Text

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