diff --git a/lib/modules/Tools.pmod/testsuite.in b/lib/modules/Tools.pmod/testsuite.in
index b508d220bafa7f06549a234b6b72338e978455f1..5d3b3f6dfda09a4668e23b22a0c350a89ce020d1 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;