source: MondoRescue/branches/3.2/mindi-busybox/testsuite/ln/ln-preserves-soft-links@ 3232

Last change on this file since 3232 was 2725, checked in by Bruno Cornec, 13 years ago
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File size: 133 bytes
Line 
1echo file number one > file1
2echo file number two > link1
3set +e
4busybox ln -s file1 link1
5if [ $? != 0 ] ; then
6 exit 0;
7fi
8exit 1;
Note: See TracBrowser for help on using the repository browser.