diff options
Diffstat (limited to 'tests/data/test181')
-rw-r--r-- | tests/data/test181 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test181 b/tests/data/test181 index db7d92dc8..15d9d2a8d 100644 --- a/tests/data/test181 +++ b/tests/data/test181 @@ -18,7 +18,7 @@ http HTTP 1.0 POST </name> <command> -http://%HOSTIP:%HOSTPORT/we/want/181 --data-binary @log/test181.txt --http1.0 +http://%HOSTIP:%HTTPPORT/we/want/181 --data-binary @log/test181.txt --http1.0 </command> <file name="log/test181.txt"> Weird @@ -40,7 +40,7 @@ the </strip> <protocol> POST /we/want/181 HTTP/1.0
-Host: 127.0.0.1:8999
+Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
Content-Length: 79
|