ossp-pkg/rc/rc_test.sh 1.26 -> 1.27
--- rc_test.sh 2003/06/13 10:53:53 1.26
+++ rc_test.sh 2003/06/23 15:46:05 1.27
@@ -48,6 +48,11 @@
./rc -Dpf ./rc_test/rcfuncs -irt /tmp -L rc_test -c rc.conf samba search finish
echo; echo "<Press enter to continue>"
read dummy;clear
+echo "*** Test and evaluate short options, should succeed ***"
+echo "eval \`./rc -Def ./rc_test/rcfuncs -irt /tmp -L rc_test -c rc.conf samba search finish\`"
+eval `./rc -Def ./rc_test/rcfuncs -irt /tmp -L rc_test -c rc.conf samba search finish`
+echo; echo "<Press enter to continue>"
+read dummy;clear
echo "*** Test short options with verbose, should succeed ***"
echo "./rc -Dpf ./rc_test/rcfuncs -irvt /tmp -L rc_test -c rc.conf samba search finish"
./rc -Dpf ./rc_test/rcfuncs -irvt /tmp -L rc_test -c rc.conf samba search finish
|
|