Prepared test proposal for option -f and for incomplete option -x

This commit is contained in:
2011-07-14 12:24:48 +00:00
parent 09cfd395d0
commit 92d0f9440c
2 changed files with 18 additions and 0 deletions

View File

@ -136,6 +136,15 @@ do
fi
done
if test "$next_is" = x
then
echo >&2
echo "Option -x expects an argument (the path to the xorriso program)" >&2
print_help
exit 31
fi
# no_getopts = 1
else
# no_getopts != 1