# command line options tests
# CASE 1: Invalid short option
#
# run dbupdate with invalid short option
# ./dbupdate -c ~/db/conf/rip.config -@
#
# check for exit code 11 
#
#FAILURE
#
# RESULT 1: invalid option -@ reported
%
%
$DBUPDATE_IGNORE_EXIT_CODE=11
$DBUPDATE_FLAGS_EXT=-c $RIP_CONFIG -@ -f 
