diff options
Diffstat (limited to 'tests/data/test45')
-rw-r--r-- | tests/data/test45 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test45 b/tests/data/test45 index 3019d5c9c..30a1fea8a 100644 --- a/tests/data/test45 +++ b/tests/data/test45 @@ -43,7 +43,7 @@ http simple HTTP Location: without protocol in initial URL </name> <command> -%HOSTIP:%HOSTPORT/want/45 -L +%HOSTIP:%HTTPPORT/want/45 -L </command> </test> @@ -54,12 +54,12 @@ simple HTTP Location: without protocol in initial URL </strip> <protocol> GET /want/45 HTTP/1.1
-Host: 127.0.0.1:8999
+Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
GET /want/data.cgi?moo=http://&/450002 HTTP/1.1
-Host: 127.0.0.1:8999
+Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
|