From 66610f99e495bad96c6f7b1dfff963d4b080cd94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 10 Sep 2000 21:38:57 +0200
Subject: [PATCH] Shrunk the size of the data for the last test somewhat to
 keep it under dmalloc's 16MB limit.

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

diff --git a/src/modules/Gz/testsuite.in b/src/modules/Gz/testsuite.in
index 050bea3a36..0032b12c7e 100644
--- a/src/modules/Gz/testsuite.in
+++ b/src/modules/Gz/testsuite.in
@@ -1,4 +1,4 @@
-// $Id: testsuite.in,v 1.11 2000/04/13 20:14:54 hubbe Exp $
+// $Id: testsuite.in,v 1.12 2000/09/10 19:38:57 grubba Exp $
 
 cond([[ master()->resolv("Gz")->deflate ]],
 [[
@@ -28,5 +28,5 @@ cond([[  master()->resolv("Gz")->deflate && master()->resolv("Crypto") && master
   dotest(Crypto.randomness.pike_random()->read(32768))
 
     dotest(Crypto.randomness.pike_random()->read(524288))
-    dotest(Crypto.randomness.pike_random()->read(8388608))
+    dotest(Crypto.randomness.pike_random()->read(8388500))
 ]])
-- 
GitLab