[gtk-doc] tests: Remove left-over test of gtkdoc-scanobj



commit a82e86d89be8c96db0e4c5eab9419941f53c18c6
Author: Marvin Schmidt <marv exherbo org>
Date:   Fri Apr 3 14:45:44 2015 +0200

    tests: Remove left-over test of gtkdoc-scanobj
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747298

 tests/tools.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/tools.sh.in b/tests/tools.sh.in
index 28ba163..d331f52 100644
--- a/tests/tools.sh.in
+++ b/tests/tools.sh.in
@@ -10,7 +10,7 @@ echo "Running suite(s): gtk-doc-$suite";
 # we can use which here as we override the path in TEST_ENVIRONMENT
 
 # test perl scripts
-for file in gtkdoc-check gtkdoc-fixxref gtkdoc-mkdb gtkdoc-mktmpl gtkdoc-rebase gtkdoc-scan gtkdoc-scangobj 
gtkdoc-scanobj ; do
+for file in gtkdoc-check gtkdoc-fixxref gtkdoc-mkdb gtkdoc-mktmpl gtkdoc-rebase gtkdoc-scan gtkdoc-scangobj 
; do
   @PERL@ -cwT `which $file`
   if test $? = 1 ; then failed=`expr $failed + 1`; fi
   tested=`expr $tested + 1`


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