From 636f8581561cb746ca9758a059125f0637429c2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 24 Jun 1999 16:55:01 -0700
Subject: [PATCH] now works even --without-Gz

Rev: src/modules/Gz/testsuite.in:1.8
---
 src/modules/Gz/testsuite.in | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/modules/Gz/testsuite.in b/src/modules/Gz/testsuite.in
index ae1b6a2125..fe34dde822 100644
--- a/src/modules/Gz/testsuite.in
+++ b/src/modules/Gz/testsuite.in
@@ -1,4 +1,4 @@
-// $Id: testsuite.in,v 1.7 1999/06/19 20:23:39 hubbe Exp $
+// $Id: testsuite.in,v 1.8 1999/06/24 23:55:01 hubbe Exp $
 
 cond([[ master()->resolv("Gz")->deflate ]],
 [[
@@ -19,13 +19,14 @@ define(dotest,[[
   dotest(sprintf("%'fomp'1000n"))
   dotest(sprintf("%'fomp'100000n"))
 
-  cond([[ master()->resolv("Crypto") && master()->resolv("Crypto")["randomness"] ]],
-  [[
-    dotest(Crypto.randomness.pike_random()->read(32768))
+]])
+
+cond([[  master()->resolv("Gz")->deflate && master()->resolv("Crypto") && master()->resolv("Crypto")["randomness"] ]],
+[[
+  dotest(Crypto.randomness.pike_random()->read(32768))
 
 dnl  These two causes 'out of memory' errors /Hubbe
 dnl
 dnl    dotest(Crypto.randomness.pike_random()->read(524288))
 dnl    dotest(Crypto.randomness.pike_random()->read(8388608))
-  ]])
 ]])
-- 
GitLab