From 1f3fca7b3f33f0200fefb6985eec1db398c6ec56 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Sat, 28 Jun 2008 18:32:05 +0200
Subject: [PATCH] process_files is not supposed to be run.

Rev: lib/modules/Tools.pmod/testsuite.in:1.28
---
 lib/modules/Tools.pmod/testsuite.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/modules/Tools.pmod/testsuite.in b/lib/modules/Tools.pmod/testsuite.in
index b508d220ba..5d3b3f6dfd 100644
--- a/lib/modules/Tools.pmod/testsuite.in
+++ b/lib/modules/Tools.pmod/testsuite.in
@@ -1,5 +1,5 @@
 START_MARKER
-// $Id: testsuite.in,v 1.27 2008/06/19 22:11:04 nilsson Exp $
+// $Id: testsuite.in,v 1.28 2008/06/28 16:32:05 nilsson Exp $
 
 // Tools.Hilfe
 define(test_hilfe_setup_low,[[test_do([[
@@ -216,7 +216,7 @@ test_true([[ stringp( Tools.Legal.License.get_text() ) ]])
 test_any([[
   int ret=1;
   foreach(indices(Tools.Standalone);; string name)
-    if( programp(Tools.Standalone[name]) &&
+    if( name!="process_files" && programp(Tools.Standalone[name]) &&
         !stringp(Tools.Standalone[name]()->description) )
     {
       ret=0;
-- 
GitLab