# command line options tests
# CASE 19: Invalid combination of options
#
# run dbupdate with an invalid combination of options
# ./dbupdate -c ~/db/conf/rip.config.new -mk new -f test
#
# check for exit code 11
#
#FAILURE
#
# RESULT 19: invalid combination of options -m and -k reported
%
%
$DBUPDATE_IGNORE_EXIT_CODE=11
$DBUPDATE_FLAGS_EXT=-c $RIP_CONFIG -mk new -f 
