From 7a2a15ab82b2bc56349bdfd5afaf73dd1255e64c Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 18 Sep 2019 21:39:36 +0200 Subject: [PATCH] Update a test --- 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 259725a82..814378be3 100644 --- a/letsencrypt-auto-source/tests/centos6_tests.sh +++ b/letsencrypt-auto-source/tests/centos6_tests.sh @@ -135,7 +135,7 @@ echo "PASSED: certbot-auto did not install Python3.6 in a non-interactive shell # ensure everything works fine with certbot-auto bootstrap when python 3.6 is already enabled export VENV_PATH=$(mktemp -d) - if ! "$LE_AUTO" --no-self-upgrade -n >/dev/null 2>/dev/null; then + if ! "$LE_AUTO" --no-self-upgrade -n --version >/dev/null 2>/dev/null; then echo "ERROR: Certbot-auto broke when Python 3.6 SCL is already enabled." exit 1 fi