diff --git a/src/testsuite.in b/src/testsuite.in
index 0b7f1435ee90a59d9b62e1e09751b9b9b2aa5067..8b8c1e0cbe158ddd8c74c804ed3e9da74b27cb66 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,4 +1,4 @@
-test_true([["$Id: testsuite.in,v 1.531 2002/08/25 15:25:58 nilsson Exp $"]]);
+test_true([["$Id: testsuite.in,v 1.532 2002/09/02 00:15:04 nilsson Exp $"]]);
 
 cond([[all_constants()->_verify_internals]],
 [[
@@ -9333,7 +9333,6 @@ void test_dir(string dir, int|void base_size)
   {
     switch(s)
     {
-      case "db":	// Protocols.pmod/X.pmod/db
       case "msql.pike":
       case "mysql.pike":
       case "mysql_result.pike":
@@ -9347,6 +9346,7 @@ void test_dir(string dir, int|void base_size)
       case "GTKSupport.pmod":
       case "PV.pike":
 #endif
+      case "GZipFile.pike":
         continue; // These modules cannot be tested properly by this test
     }
     string file=combine_path(dir,s);