projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14d1da3
)
set the HOME variable to the current dir, to prevent any real ~/.curlrc to
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 9 Apr 2002 14:28:16 +0000
(14:28 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 9 Apr 2002 14:28:16 +0000
(14:28 +0000)
play tricks on us!
tests/runtests.pl
patch
|
blob
|
history
diff --git
a/tests/runtests.pl
b/tests/runtests.pl
index 933ff301090cbb0917065ca0d44d6391aa2c206a..988646d4a6b6ba19dedf8e3ee1a0a9be70265ddd 100755
(executable)
--- 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