From: Daniel Stenberg Date: Tue, 14 Dec 2004 21:25:23 +0000 (+0000) Subject: use the correct variables, not fixed values X-Git-Tag: curl-7_12_3~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1faef62d597c78ea5601ed94814f4a188ec17a86;p=thirdparty%2Fcurl.git use the correct variables, not fixed values --- diff --git a/tests/data/test519 b/tests/data/test519 index 8599ddc3c1..7a5cec6c56 100644 --- a/tests/data/test519 +++ b/tests/data/test519 @@ -57,13 +57,13 @@ http://%HOSTIP:%HTTPPORT/519 GET /519 HTTP/1.1 Authorization: Basic bW9uc3Rlcjp1bmRlcmJlZA== -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Pragma: no-cache Accept: */* GET /519 HTTP/1.1 Authorization: Basic YW5vdGhlcm1vbnN0ZXI6aW53YXJkcm9iZQ== -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Pragma: no-cache Accept: */*