summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/busybox/testsuite/ln/ln-creates-soft-links
blob: e875e4c8a836abb7400d1039de870706da8d3f07 (plain)
1
2
3
4
echo file number one > file1
busybox ln -s file1 link1
test -L link1
test xfile1 = x`readlink link1`