ossp-pkg/rc/rc_test.sh 1.24 -> 1.25
--- rc_test.sh 2003/06/11 16:18:48 1.24
+++ rc_test.sh 2003/06/12 14:24:15 1.25
@@ -44,6 +44,11 @@
read dummy;clear
echo "*** Test short options, should succeed ***"
+echo "./rc -Dpf ./rc_test/rcfuncs -irt /tmp -L rc_test -c rc.conf samba search finish"
+./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 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
echo; echo "<Press enter to continue>"
|
|