summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-17 11:28:38 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-18 22:48:24 +0200
commit721f24d6fc4db47858d1ddc0ea482825331eb327 (patch)
treeec7b552fd82a7823331c5627dd95848e0fe191f1
parentd009bc2e565844db030d7098624b39b2903a808d (diff)
downloadcurl-721f24d6fc4db47858d1ddc0ea482825331eb327.tar.gz
test1448: work with dynamic HTTP server port
-rw-r--r--tests/data/test14484
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1448 b/tests/data/test1448
index 8de2fd1c6..87ffed60d 100644
--- a/tests/data/test1448
+++ b/tests/data/test1448
@@ -17,7 +17,7 @@ HTTP/1.1 302 OK swsbounce
Date: Thu, 09 Nov 2010 14:49:00 GMT
Content-Length: 9
Content-Type: text/plain
-Location: http://åäö.se:8990/14480001
+Location: http://åäö.se:%HTTPPORT/14480001
redirect
</data>
@@ -52,7 +52,7 @@ Redirect following to UTF-8 IDN host name
</name>
<command>
-http://åäö.se:%HTTPPORT/1448 --resolve xn--4cab6c.se:%HTTPPORT:%HOSTIP -L --connect-to %HOSTIP:8990:%HOSTIP:%HTTPPORT
+http://åäö.se:%HTTPPORT/1448 --resolve xn--4cab6c.se:%HTTPPORT:%HOSTIP -L --connect-to %HOSTIP:%HTTPPORT:%HOSTIP:%HTTPPORT
</command>
</client>