Update letsencrypt-auto-source/tests/centos6_tests.sh

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand 2019-12-06 23:40:57 +01:00 committed by GitHub
parent 7b329d177a
commit 6286d73a4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ unset VENV_PATH
# ensure CentOS6 32bits is not supported anymore, and so certbot is not upgraded
export UNAME_FAKE_32BITS=true
if ! "$LE_AUTO" 2>&1 | grep -q "Certbot will no longer receive updates."; then
echo "On CentOS 32 bits, certbot-auto installed certbot."
echo "On CentOS 32 bits, certbot-auto upgraded certbot."
exit 1
fi