summaryrefslogtreecommitdiff
path: root/tests/REC1
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-20 18:57:32 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-20 18:57:32 +0000
commitd4ab0d4a43bd547ce984e5408acfb40d93d1458d (patch)
treeda0c345a991b49ff4da6b90682583f7b0c0058cd /tests/REC1
parent43f6596668257a8e57fd14657c4bd2a04ffb03ec (diff)
downloadlibxslt-d4ab0d4a43bd547ce984e5408acfb40d93d1458d.tar.gz
libxslt-d4ab0d4a43bd547ce984e5408acfb40d93d1458d.tar.bz2
libxslt-d4ab0d4a43bd547ce984e5408acfb40d93d1458d.zip
- tests/documents/Makefile.am tests/general/Makefile.am
tests/multiple/Makefile.am tests/namespaces/Makefile.am tests/numbers/Makefile.am tests/xmlspec/Makefile.am tests/REC/Makefile.am tests/REC1/Makefile.am tests/REC2/Makefile.am tests/XSLTMark/Makefile.am tests/docbook/Makefile.am configure.in: Makefiles cleanup from Joe Orton Daniel
Diffstat (limited to 'tests/REC1')
-rw-r--r--tests/REC1/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/REC1/Makefile.am b/tests/REC1/Makefile.am
index 8c0896a4..91091877 100644
--- a/tests/REC1/Makefile.am
+++ b/tests/REC1/Makefile.am
@@ -11,6 +11,6 @@ test tests: $(top_builddir)/libxslt/xsltproc
@(echo > .memdump)
@($(top_builddir)/libxslt/xsltproc $(srcdir)/doc.xsl $(srcdir)/doc.xml > doc.res ; \
diff $(srcdir)/result.xml doc.res ; \
- grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
+ grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" || true;\
rm -f doc.res)