Blame SOURCES/test_library_path.patch

20c21b
--- testbed/Makefile.in.old	2015-10-16 14:05:13.000000000 -0400
20c21b
+++ testbed/Makefile.in	2015-10-16 14:31:17.000000000 -0400
20c21b
@@ -539,7 +539,7 @@
20c21b
 	if [ $(top_srcdir) != $(top_builddir) ]; then \
20c21b
 		cp $(top_srcdir)/testbed/*.ic? $(top_builddir)/testbed; \
20c21b
 	fi
20c21b
-	./testcms
20c21b
+	LD_LIBRARY_PATH=$(top_builddir)/src/.libs ./.libs/testcms
20c21b
 	if [ $(top_srcdir) != $(top_builddir) ]; then \
20c21b
 		rm -f $(top_builddir)/testbed/*.ic?; \
20c21b
 	fi