blob: b66201d5402384835b4f388fbc90c305c012dce0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: apr-util/test/Makefile.in
===================================================================
--- apr-util.orig/test/Makefile.in 2012-08-13 20:45:30.000000000 +0200
+++ apr-util/test/Makefile.in 2013-11-01 19:35:02.439372134 +0100
@@ -74,7 +74,7 @@
done; \
else \
@apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpath_var@" | sed -e 's/::*$$//'`" \
- ./$$prog; \
+ ./$$prog -v ; \
status=$$?; \
if test $$status != 0; then \
teststatus=$$status; \
|