From: Daniel Lenski Date: Sat, 29 May 2021 17:42:19 +0000 (-0700) Subject: Mark juniper-sso-auth test as using LD_PRELOAD X-Git-Tag: v8.20~138 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b02b49035f8d4841f706ed481fa921858e01f9e5;p=users%2Fdwmw2%2Fopenconnect.git 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 --- 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:-..}