svn commit: r1935478 - apr/apr/trunk/test
[email protected] Thu, 18 Jun 2026 17:12:55 -0000
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <178180277533.3067108.14317359333451207157@svn03-he-fi> |
Author: brane Date: Thu Jun 18 17:12:55 2026 New Revision: 1935478 Log: Follow up to r1935476: use correct relative dir to DBD modules in the test Makefile. Modified: apr/apr/trunk/test/Makefile.in Modified: apr/apr/trunk/test/Makefile.in ============================================================================== --- apr/apr/trunk/test/Makefile.in Thu Jun 18 16:10:18 2026 (r1935477) +++ apr/apr/trunk/test/Makefile.in Thu Jun 18 17:12:55 2026 (r1935478) @@ -184,7 +184,7 @@ dbd@EXEEXT@: $(OBJECTS_dbd) 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 \