diff --git a/tests/scripts/checkcerts.sh b/tests/scripts/checkcerts.sh index 45e86f6bcf..5c3d737e46 100755 --- a/tests/scripts/checkcerts.sh +++ b/tests/scripts/checkcerts.sh @@ -15,7 +15,7 @@ WARN=60 SOON=30 -if [ $(which 1openssl) ]; then +if [ $(which openssl) ]; then OPENSSL=1 elif [ $(which certtool) ]; then : ;else echo "ERROR: Neither certtool nor openssl were found..." >&2