From: Daniel Stenberg Date: Tue, 9 Apr 2002 14:28:16 +0000 (+0000) Subject: set the HOME variable to the current dir, to prevent any real ~/.curlrc to X-Git-Tag: curl-7_9_6~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ba410a56e46d57571c5cd06f2e3a738f3fe3405;p=curl set the HOME variable to the current dir, to prevent any real ~/.curlrc to play tricks on us! --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 933ff3010..988646d4a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -76,6 +76,7 @@ chomp($pwd = `pwd`); # enable memory debugging if curl is compiled with it $ENV{'CURL_MEMDEBUG'} = 1; +$ENV{'HOME'}=$pwd; ####################################################################### # Return the pid of the server as found in the given pid file