diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-03-10 03:56:50 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-03-10 03:56:50 +0100 |
commit | 94ced8e368243fd53f8185d0cf1fbb5394f42ca6 (patch) | |
tree | bd8c51911c2edb4a31b0dc6c0bebf0c2a0ddee75 /tests/data/test492 | |
parent | 26c5ba0e653c22bc9313fc1d46019f0efd0091ce (diff) | |
download | curl-94ced8e368243fd53f8185d0cf1fbb5394f42ca6.tar.gz |
tests/data: fix static ip:port instead of dynamic values being used
Closes #5065
Diffstat (limited to 'tests/data/test492')
-rw-r--r-- | tests/data/test492 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test492 b/tests/data/test492 index 12edd8bc0..ddb0405ef 100644 --- a/tests/data/test492 +++ b/tests/data/test492 @@ -53,7 +53,7 @@ second 492 contents </strip> <protocol> PUT /one/first492 HTTP/1.1
-Host: 127.0.0.1:8990
+Host: %HOSTIP:%HTTPPORT
Accept: */*
Testno: 492
Content-Length: 19
@@ -61,7 +61,7 @@ Expect: 100-continue first 492 contents PUT /two/first492 HTTP/1.1
-Host: 127.0.0.1:8990
+Host: %HOSTIP:%HTTPPORT
Accept: */*
Testno: 492
Content-Length: 19
@@ -69,7 +69,7 @@ Expect: 100-continue first 492 contents PUT /one/second492 HTTP/1.1
-Host: 127.0.0.1:8990
+Host: %HOSTIP:%HTTPPORT
Accept: */*
Testno: 492
Content-Length: 20
@@ -77,7 +77,7 @@ Expect: 100-continue second 492 contents PUT /two/second492 HTTP/1.1
-Host: 127.0.0.1:8990
+Host: %HOSTIP:%HTTPPORT
Accept: */*
Testno: 492
Content-Length: 20
|