diff --git a/tests/compat.sh b/tests/compat.sh index 861d20e10..b020f3643 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -102,6 +102,10 @@ get_options() { esac shift done + + # sanitize some options (modes checked later) + VERIFIES="$( echo $VERIFIES | tr [a-z] [A-Z] )" + TYPES="$( echo $TYPES | tr [a-z] [A-Z] )" } log() {