diff options
Diffstat (limited to 'tests/data/test77')
-rw-r--r-- | tests/data/test77 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test77 b/tests/data/test77 index 61dba4059..4ba1220f0 100644 --- a/tests/data/test77 +++ b/tests/data/test77 @@ -26,7 +26,7 @@ http HTTP with -z "older date" </name> <command> -http://%HOSTIP:%HOSTPORT/77 -z "1999-12-12 12:00:00 MET" +http://%HOSTIP:%HTTPPORT/77 -z "1999-12-12 12:00:00 MET" </command> </client> @@ -38,7 +38,7 @@ http://%HOSTIP:%HOSTPORT/77 -z "1999-12-12 12:00:00 MET" </strip> <protocol> GET /77 HTTP/1.1
-Host: 127.0.0.1:8999
+Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
If-Modified-Since: Sun, 12 Dec 1999 11:00:00 GMT
|