From 042b57e04867783f1ced2f985bc4e3f4cf8b9603 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 8 Jan 2018 18:18:49 -0800 Subject: [PATCH] remove LE_PYTHON --- letsencrypt-auto-source/tests/centos6_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt-auto-source/tests/centos6_tests.sh b/letsencrypt-auto-source/tests/centos6_tests.sh index 69dbf0fbd..318325a36 100644 --- a/letsencrypt-auto-source/tests/centos6_tests.sh +++ b/letsencrypt-auto-source/tests/centos6_tests.sh @@ -47,8 +47,8 @@ if [ $RESULT -eq 0 ]; then exit 1 fi -# Skip self upgrade due to LE_PYTHON value -if ! LE_PYTHON=nonexistant certbot/letsencrypt-auto-source/letsencrypt-auto 2>&1 | grep -q "WARNING: couldn't find Python"; then +# Skip self upgrade due to Python 3 not being available. +if ! certbot/letsencrypt-auto-source/letsencrypt-auto 2>&1 | grep -q "WARNING: couldn't find Python"; then echo "Python upgrade failure warning not printed!" exit 1 fi