Enable renewer test that was failing

This commit is contained in:
Seth Schoen 2015-06-25 18:15:59 -07:00
parent c54f154ea6
commit fbb0058bcd

View file

@ -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