android_mt6572_jiabo/external/busybox/testsuite/ln/ln-force-creates-soft-links
2025-09-05 16:56:03 +08:00

5 lines
133 B
Text

echo file number one > file1
echo file number two > link1
busybox ln -f -s file1 link1
test -L link1
test xfile1 = x`readlink link1`