source: drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/ln/ln-force-creates-soft-links @ 20

Last change on this file since 20 was 20, checked in by chris, 16 years ago
File size: 133 bytes
RevLine 
[20]1echo file number one > file1
2echo file number two > link1
3busybox ln -f -s file1 link1
4test -L link1
5test xfile1 = x`readlink link1`
Note: See TracBrowser for help on using the repository browser.