### test that all need parameters and count how many complain AT_SETUP([Standard Options - invalid commands on present configs]) AT_KEYWORDS([options]) AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Options/InvalidCommands/pre/test.conf .], 0) AT_CHECK([../../molecuilder -i test.conf -t], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i test.conf -s -b -E -c -b -a -U -T -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i test.conf -b -E -c -b -a -U -T -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i test.conf -E -c -b -a -U -T -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i test.conf -c -b -a -U -T -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i test.conf -b -a -U -T -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i test.conf -a -U -T -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i test.conf -U -T -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i test.conf -T -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i test.conf -u], 134, [ignore], [stderr]) AT_CLEANUP