From e17509d74f39799b10a78c872d0a27a5136f850f Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 14 Sep 2021 16:50:07 +0000 Subject: [PATCH] ITS#9464 - memberof is still used in the regression suite --- tests/scripts/conf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 0b79dc0adf..dbcc9066f5 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -41,6 +41,7 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${AC_deref}#//" \ -e "s/^#${AC_dynlist}#//" \ -e "s/^#${AC_homedir}#//" \ + -e "s/^#${AC_memberof}#//" \ -e "s/^#${AC_pcache}#//" \ -e "s/^#${AC_ppolicy}#//" \ -e "s/^#${AC_refint}#//" \ -- 2.47.3