From 51bb067a4289f5e4717391eb62f91465706b4ebc Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 8 Jun 2014 20:33:29 +0100 Subject: Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index bf7aaeed1..5982348e9 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -311,6 +311,7 @@ if (!$USER) { # enable memory debugging if curl is compiled with it $ENV{'CURL_MEMDEBUG'} = $memdump; +$ENV{'CURL_ENTROPY'}="12345678"; $ENV{'HOME'}=$pwd; sub catch_zap { -- cgit v1.2.3