diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2017-09-30 01:37:55 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2017-09-30 02:10:54 +0200 |
commit | cecffff561b4cb5707510cfbc0bc41fe0e5b346a (patch) | |
tree | 4b5e1348c8a752c5d9cf5c6f482562cfd4d5cd2a /tests/data | |
parent | df7839b68c7a3e78c469efc28157ad0df228f32f (diff) | |
download | curl-cecffff561b4cb5707510cfbc0bc41fe0e5b346a.tar.gz |
test650: Use variable replacement to set the host address and port
Otherwise, the test fails when the -b test option is used to set a
different test port range.
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test650 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test650 b/tests/data/test650 index f429eac2f..e07d4c10b 100644 --- a/tests/data/test650 +++ b/tests/data/test650 @@ -57,7 +57,7 @@ s/boundary=------------------------[a-z0-9]*/boundary=-------------------------- # (5*12) == 60 bytes less <protocol> POST /650 HTTP/1.1
-Host: 127.0.0.1:8990
+Host: %HOSTIP:%HTTPPORT
Accept: */*
Transfer-Encoding: chunked
Content-Type: multipart/form-data; boundary=----------------------------
|