diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh index c3cc49c70..655d7f476 100755 --- a/tests/boulder-integration.sh +++ b/tests/boulder-integration.sh @@ -43,5 +43,5 @@ for x in cert chain fullchain privkey; do latest="$(ls -1t $dir/ | grep -e "^${x}" | head -n1)" live="$(readlink -f "$root/conf/live/le.wtf/${x}.pem")" - #[ "${dir}/${latest}" = "$live" ] # renewer fails this test + [ "${dir}/${latest}" = "$live" ] done