]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Mark juniper-sso-auth test as using LD_PRELOAD
authorDaniel Lenski <dlenski@gmail.com>
Sat, 29 May 2021 17:42:19 +0000 (10:42 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Tue, 15 Jun 2021 18:15:35 +0000 (11:15 -0700)
This will allow us to correctly detect it as broken-under-ASAN

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
tests/juniper-sso-auth

index 65e8f14063f3e86c98ff07369d507e6cfddb41f7..c4464f846d3a0c9f2ebff4d73145c9660d8dbf2f 100755 (executable)
@@ -17,7 +17,8 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>
 
-PRELOAD=0
+# This test uses LD_PRELOAD
+PRELOAD=1
 srcdir=${srcdir:-.}
 top_builddir=${top_builddir:-..}