set the HOME variable to the current dir, to prevent any real ~/.curlrc to
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 Apr 2002 14:28:16 +0000 (14:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Apr 2002 14:28:16 +0000 (14:28 +0000)
play tricks on us!

tests/runtests.pl

index 933ff301090cbb0917065ca0d44d6391aa2c206a..988646d4a6b6ba19dedf8e3ee1a0a9be70265ddd 100755 (executable)
@@ -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