diff options
Diffstat (limited to 'tests/data/test163')
-rw-r--r-- | tests/data/test163 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test163 b/tests/data/test163 index fefe8448b..6712e24ea 100644 --- a/tests/data/test163 +++ b/tests/data/test163 @@ -18,7 +18,7 @@ http HTTP multipart formpost with contents from a file </name> <command> -http://%HOSTIP:%HOSTPORT/we/want/163 -F "name=<log/field163" -F tool=curl +http://%HOSTIP:%HTTPPORT/we/want/163 -F "name=<log/field163" -F tool=curl </command> # We create this file before the command is invoked! <file name="log/field163"> @@ -42,7 +42,7 @@ yes please <protocol> POST /we/want/163 HTTP/1.1
User-Agent: curl/7.11.2-CVS (i686-pc-linux-gnu) libcurl/7.11.2-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares/1.0.0
-Host: 127.0.0.1:8999
+Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
Content-Length: 304
|