$OpenBSD: patch-tests_Makefile_in,v 1.2 2017/06/19 21:02:11 sebastia Exp $

Do not test failing tests due to using
the modern runtime

Index: tests/Makefile.in
--- tests/Makefile.in.orig
+++ tests/Makefile.in
@@ -13,9 +13,7 @@ TEST_OBJS=	tests.o \
 		LFAuthLDAPConfig.o \
 		LFLDAPConnection.o \
 		TRLDAPEntry.o \
-		TRArray.o \
 		TRHash.o \
-		TRObject.o \
 		TRPacketFilter.o \
 		TRPFAddress.o \
 		TRConfigToken.o \
@@ -26,7 +24,7 @@ TEST_OBJS=	tests.o \
 CFLAGS+=	@CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"
 OBJCFLAGS+=	@CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"
 LIBS+=		-lauth-ldap-testing $(OBJC_LIBS) $(LDAP_LIBS) @CHECK_LIBS@
-LDFLAGS+=	-L${top_builddir}src $(LIBS)
+LDFLAGS+=	-L${top_builddir}/src $(LIBS)
 
 # Recompile the tests every time
 all: tests
