Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set
[platform/upstream/curl.git] / tests / runtests.pl
index bf7aaee..5982348 100755 (executable)
@@ -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 {