diff --git a/test/entrypoint.sh b/test/entrypoint.sh index 2ec9673b2..83e5406c1 100755 --- a/test/entrypoint.sh +++ b/test/entrypoint.sh @@ -53,10 +53,6 @@ if [ -n "${PKCS11_PROXY_SOCKET:-}" ]; then fi if [[ $# -eq 0 ]]; then - # the activate script touches PS1, which is undefined, so we have to relax - # the "fail on undefined" setting here. - set +u - source ${CERTBOT_PATH:-/certbot}/${VENV_NAME:-venv3}/bin/activate exec python3 ./start.py fi