aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-06-08 20:33:29 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-06-11 21:13:40 +0100
commit51bb067a4289f5e4717391eb62f91465706b4ebc (patch)
tree1404473d751c03be60d84f8c21770ef5955292ea /tests
parentbde0d89c3d4a1fa284ad67299f43e5f2f7acad59 (diff)
Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl1
1 files changed, 1 insertions, 0 deletions
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 {