[libxslt] Fix status message in EXSLT dynamic tests



commit 006885bcfc107e892d8959001223cdb08b0596fc
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Thu Apr 28 16:15:49 2016 +0200

    Fix status message in EXSLT dynamic tests

 tests/exslt/dynamic/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/exslt/dynamic/Makefile.am b/tests/exslt/dynamic/Makefile.am
index 683282f..84ebb5f 100644
--- a/tests/exslt/dynamic/Makefile.am
+++ b/tests/exslt/dynamic/Makefile.am
@@ -13,7 +13,7 @@ valgrind:
        $(MAKE) CHECKER='libtool --mode=execute valgrind -q --leak-check=full' tests
 
 test tests: $(top_builddir)/xsltproc/xsltproc
-       @echo '## Running exslt sets tests'
+       @echo '## Running exslt dynamic tests'
        @(echo > .memdump)
        @(for i in $(srcdir)/*.xsl ; do \
          name=`basename $$i .xsl` ; \


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