Initial public busybox upstream commit
[busybox4maemo] / testsuite / ln / ln-force-creates-soft-links
1 echo file number one > file1
2 echo file number two > link1
3 busybox ln -f -s file1 link1
4 test -L link1
5 test xfile1 = x`readlink link1`