source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/ln/ln-creates-soft-links
Last change on this file was 20, checked in by chris, 17 years ago | |
---|---|
File size: 101 bytes |
Rev | Line | |
---|---|---|
[20] | 1 | echo file number one > file1 |
2 | busybox ln -s file1 link1 | |
3 | test -L link1 | |
4 | test xfile1 = x`readlink link1` |
Note: See TracBrowser
for help on using the repository browser.