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