diff options
Diffstat (limited to 'tests/documents/Makefile.am')
-rw-r--r-- | tests/documents/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/documents/Makefile.am b/tests/documents/Makefile.am index 6cd98a08..173d7d9c 100644 --- a/tests/documents/Makefile.am +++ b/tests/documents/Makefile.am @@ -27,6 +27,7 @@ test tests: $(top_builddir)/xsltproc/xsltproc grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" || true;\ rm -f result) @($(CHECKER) $(top_builddir)/xsltproc/xsltproc $(srcdir)/test.xsl $(srcdir)/test_bad.xml > result 2>err ; \ + sed 's|$(srcdir)/||' err > err.tmp; mv err.tmp err; \ diff $(srcdir)/test_bad.result result; \ diff $(srcdir)/test_bad.err err; \ grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" || true;\ |