Add build options to control SuS compatability, allows numeric
[oweals/busybox.git] / testsuite / ln / ln-creates-soft-links
1 echo file number one > file1
2 busybox ln -s file1 link1
3 test -L link1
4 test xfile1 = x`readlink link1`