[xml] [PATCH] libxml testsuite should not depend on . being in the PATH



Trivial fix to libxml HEAD.

Index: Makefile.am
===================================================================
--- Makefile.am (revision 3762)
+++ Makefile.am (working copy)
@@ -167,7 +167,7 @@
 #testOOM_LDADD= $(LDADDS)
 
 runtests:
-       runtest$(EXEEXT) && testapi$(EXEEXT) && runxmlconf$(EXEEXT)
+       ./runtest$(EXEEXT) && ./testapi$(EXEEXT) && ./runxmlconf$(EXEEXT)
 
 check: all runtests



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]