From b02b49035f8d4841f706ed481fa921858e01f9e5 Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Sat, 29 May 2021 10:42:19 -0700 Subject: [PATCH] Mark juniper-sso-auth test as using LD_PRELOAD This will allow us to correctly detect it as broken-under-ASAN Signed-off-by: Daniel Lenski --- tests/juniper-sso-auth | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/juniper-sso-auth b/tests/juniper-sso-auth index 65e8f140..c4464f84 100755 --- a/tests/juniper-sso-auth +++ b/tests/juniper-sso-auth @@ -17,7 +17,8 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see -PRELOAD=0 +# This test uses LD_PRELOAD +PRELOAD=1 srcdir=${srcdir:-.} top_builddir=${top_builddir:-..} -- 2.49.0