cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl-7.9.6-pre3: make test will fail...

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 9 Apr 2002 16:13:17 +0200 (MET DST)

forwarded due to problems

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
---------- Forwarded message ----------
Subject: curl-7.9.6-pre3: make test will fail, if $HOME/.curlrc contains certain options
Date: Fri,  5 Apr 2002 08:06:46 +0000
From: <ta_panta_rei_at_flashmail.com>
Problem:
'make test' will result in most tests failing, if $HOME/.curlrc exists
(eg. when upgrading from previous versions) and contains some options like
$ cat ~/.curlrc
--user-agent "Opera/1.2.3.4x"
--remote-name
--location
Solution:
Tell the test driver program 'tests/runtests.pl' to start curl in a
sanitized environment.
tests/runtests.pl:22
my $CURL="../src/curl -q"; # what curl executable to run on the tests
                     ^^^^^
Received on 2002-04-09