diff --git a/releng/inc/releng_getopts.inc b/releng/inc/releng_getopts.inc index 4bc21688..516d7ad4 100644 --- a/releng/inc/releng_getopts.inc +++ b/releng/inc/releng_getopts.inc @@ -141,23 +141,3 @@ then fi -# Each releng_ test should decide whether or not to check that -#if [ ! -x $RELENG_XORRISO ]; then -# print_help -# printf "\n${SELF}: -x absolute or relative path to binary to be run.\n\n" -# exit 31 -#fi - -if [ x"$KEEP" != x"0" -a x"$KEEP" != x"1" ]; then - print_help - printf "\n${SELF}: -k keep selfgenerated data.\n\n" - exit 31 -fi - -if [ x"$CLEANUP" != x"0" -a x"$CLEANUP" != x"1" ]; then - print_help - printf "\n${SELF}: -c cleanup selfgenerated data kept from previous run.\n\n" - exit 31 -fi - -