From fbb0058bcd855a6cca687e9a6cacf79097d3fd98 Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Thu, 25 Jun 2015 18:15:59 -0700 Subject: [PATCH] Enable renewer test that was failing --- tests/boulder-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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