From 1b080de8a825a0c0b1ae079c87c076d0b782729b Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Wed, 4 May 2005 19:01:16 +0000 Subject: [PATCH] partial fulfilment of ITS#3705 --- tests/scripts/conf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 4e471a6da7..5ba3b9d912 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -35,7 +35,7 @@ fi sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${BACKEND}#//" \ -e "s/@RELAY@/${RELAY}/" \ - -e "s/^#${RELAY}#//" \ + -e "s/^#relay-${RELAY}#//" \ -e "s/^#${BACKENDTYPE}#//" \ -e "s/^#${AC_glue}#//" \ -e "s/^#${AC_ldap}#//" \ @@ -67,4 +67,4 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s;@PORT6@;${PORT6};" \ -e "s/@SASL_MECH@/${SASL_MECH}/" \ -e "s/@CACHETTL@/${CACHETTL}/" \ - -e "s/@ENTRY_LIMIT@/${CACHE_ENTRY_LIMIT}/" + -e "s/@ENTRY_LIMIT@/${CACHE_ENTRY_LIMIT}/" -- 2.39.5