source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/ln/ln-preserves-soft-links
@
144
Last change on this file since 144 was 20, checked in by chris, 17 years ago | |
---|---|
File size: 134 bytes |
Line | |
---|---|
1 | echo file number one > file1 |
2 | echo file number two > link1 |
3 | set +e |
4 | busybox ln -s file1 link1 |
5 | if [ $? != 0 ] ; then |
6 | exit 0; |
7 | fi |
8 | exit 1; |
9 |
Note: See TracBrowser
for help on using the repository browser.