Follow up to r1935476: use correct relative dir to DBD modules
in the test Makefile.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1935478 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/Makefile.in b/test/Makefile.in
index 7fa15fb..8189b8c 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -184,7 +184,7 @@
 check: $(TESTALL_COMPONENTS) $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE)
 	teststatus=0; \
 	progfailed=""; \
-	shlibdirs="`cd ../dbm/.libs && pwd`:`cd ../dbm/.libs && pwd`"; \
+	shlibdirs="`cd ../dbm/.libs && pwd`:`cd ../dbd/.libs && pwd`"; \
 	shlibpath="`echo "$$shlibdirs:$$@shlibpath_var@" | sed -e 's/::*$$//'`"; \
 	echo "@shlibpath_var@=$$shlibpath"; \
 	for prog in $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE); do \