From 6286d73a4dfab896e8900cd87d43d3335a53a543 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 6 Dec 2019 23:40:57 +0100 Subject: [PATCH] Update letsencrypt-auto-source/tests/centos6_tests.sh Co-Authored-By: Brad Warren --- letsencrypt-auto-source/tests/centos6_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-auto-source/tests/centos6_tests.sh b/letsencrypt-auto-source/tests/centos6_tests.sh index 6ef27673f..0f7e79971 100644 --- a/letsencrypt-auto-source/tests/centos6_tests.sh +++ b/letsencrypt-auto-source/tests/centos6_tests.sh @@ -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