diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-14 21:25:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-14 21:25:23 +0000 |
commit | 1faef62d597c78ea5601ed94814f4a188ec17a86 (patch) | |
tree | 99d196084547ab0c04851895e961e7b1a584cbe4 | |
parent | 0d0d5e7ee3b8575118d8d268802623f2a9a49ee5 (diff) |
use the correct variables, not fixed values
-rw-r--r-- | tests/data/test519 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test519 b/tests/data/test519 index 8599ddc3c..7a5cec6c5 100644 --- a/tests/data/test519 +++ b/tests/data/test519 @@ -57,13 +57,13 @@ http://%HOSTIP:%HTTPPORT/519 <protocol> 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: */*
|