# command line options tests
# CASE 8: Valid short option with missing mandatory argument
#         followed by another option
#
# run dbupdate with valid short option with missing mandatory argument
# ./dbupdate -c ~/db/conf/rip.config -f -p
#
#FAILURE
#
# RESULT 8: missing argument for option -f reported
%
%
$$ -c $RIP_CONFIG -f -p 
