diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 7b1ddac68c..d6eae4366c 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -29,6 +29,7 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/@RELAY@/${RELAY}/" \ -e "s/^#relay-${RELAY}#//" \ -e "s/^#${BACKENDTYPE}#//" \ + -e "s/^#${AC_TLS_TYPE}#//" \ -e "s/^#${AC_ldap}#//" \ -e "s/^#${AC_meta}#//" \ -e "s/^#${AC_asyncmeta}#//" \