Corrected a misunderstanding about meaning of code piece

This commit is contained in:
Thomas Schmitt 2011-07-14 17:03:55 +00:00
parent 30d457a3fe
commit ee260ecdee
1 changed files with 6 additions and 9 deletions

View File

@ -200,12 +200,9 @@ if [ x"$CLEANUP" != x"0" -a x"$CLEANUP" != x"1" ]; then
fi
# ts B10714 I do not see much sense in flat failure.
# The tests should rather simulate an error condition
# and then let act their error reporting facilities
# if they have some.
# if [ x"$SIMULATE_FAILURE" != x"0" -a x"$SIMULATE_FAILURE" != x"1" ]; then
# print_help
# printf "\n${SELF}: -f simulate failure.\n\n"
# exit 31
# fi
# <<< This cannot happen if $no_getopts = 1
if [ x"$SIMULATE_FAILURE" != x"0" -a x"$SIMULATE_FAILURE" != x"1" ]; then
print_help
printf "\n${SELF}: -f simulate failure.\n\n"
exit 31
fi