# command line options tests
# CASE 6: Valid short option with missing mandatory argument
#         at end of commend line
#
# run dbupdate with valid short option with missing mandatory argument
# ./dbupdate -c ~/db/conf/rip.config -f
#
#FAILURE
#
# RESULT 6: missing argument for option -f reported
%
%
$$ -c $RIP_CONFIG -f 
