From e1c4b58e7ab80756e58ebc24ff178e39f8d7e53d Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Mon, 2 Sep 2002 02:15:04 +0200
Subject: [PATCH] Updated resolver test to work on systems that lacks Gz.

Rev: src/testsuite.in:1.532
---
 src/testsuite.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testsuite.in b/src/testsuite.in
index 0b7f1435ee..8b8c1e0cbe 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);
-- 
GitLab