Skip to content
Snippets Groups Projects
Commit 66610f99 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

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
parent 8edeee12
No related branches found
No related tags found
No related merge requests found
// $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 ]], cond([[ master()->resolv("Gz")->deflate ]],
[[ [[
...@@ -28,5 +28,5 @@ cond([[ master()->resolv("Gz")->deflate && master()->resolv("Crypto") && master ...@@ -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(32768))
dotest(Crypto.randomness.pike_random()->read(524288)) dotest(Crypto.randomness.pike_random()->read(524288))
dotest(Crypto.randomness.pike_random()->read(8388608)) dotest(Crypto.randomness.pike_random()->read(8388500))
]]) ]])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment