diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index ed6f034e2c..bb50966d81 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -33,6 +33,8 @@ else fi sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${BACKEND}#//" \ + -e "/^#~/s/^#[^#]*~${BACKEND}~[^#]*#/#omit: /" \ + -e "s/^#~[^#]*~#//" \ -e "s/@RELAY@/${RELAY}/" \ -e "s/^#relay-${RELAY}#//" \ -e "s/^#${BACKENDTYPE}#//" \