diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 2eb536b29b..10266bdb5c 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -12,12 +12,11 @@ ## A copy of this license is available in the file LICENSE in the ## top-level directory of the distribution or, alternatively, at ## . +MONMOD=nomod if [ x"$MONITORDB" = xyes -o x"$MONITORDB" = xmod ] ; then MON=monitor if [ $MONITORDB = mod ] ; then MONMOD=monitormod - else - MONMOD=nomod fi else MON=nomonitor