From bbcde7974ce5d556244be7c3dd131298e82118bc Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Tue, 8 May 2018 16:21:11 -0700 Subject: [PATCH] No unbuond variables. --- tests/integration/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/_common.sh b/tests/integration/_common.sh index cc04bd6b3..18dcd2f4b 100755 --- a/tests/integration/_common.sh +++ b/tests/integration/_common.sh @@ -16,7 +16,7 @@ certbot_test () { "$@" } -export BOULDER_IP=${BOULDER_IP:10.77.77.77} +export BOULDER_IP=10.77.77.77 export SERVER=${SERVER:-http://$BOULDER_IP:4000/directory} # Use local ACMEv2 endpoint if requested and SERVER isn't already set. if [ "${BOULDER_INTEGRATION:-v1}" = "v2" -a -z "${SERVER:+x}" ]; then