From 8ba410a56e46d57571c5cd06f2e3a738f3fe3405 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 9 Apr 2002 14:28:16 +0000 Subject: [PATCH] set the HOME variable to the current dir, to prevent any real ~/.curlrc to play tricks on us! --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) 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