diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-04-12 23:51:55 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-13 01:05:01 +0200 |
commit | ac343fed7a2c512fb26de57edbcf8a30118f1602 (patch) | |
tree | 638f75a4f99ee908ec867c82bde854016d8feaa7 /tests/data | |
parent | c35af292227a0e89ef3362d34959dc75ea98fd92 (diff) |
test1908: avoid using fixed port number in test data
Closes #5225
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1908 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1908 b/tests/data/test1908 index de34d0ee2..236bd4af0 100644 --- a/tests/data/test1908 +++ b/tests/data/test1908 @@ -65,7 +65,7 @@ s/\"([^\"]*)\"/TIMESTAMP/ <file name="log/altsvc-1908"> # Your alt-svc cache. https://curl.haxx.se/docs/alt-svc.html # This file was generated by libcurl! Edit at your own risk. -h1 127.0.0.1 8990 h2 3dbbdetxoyw4nsp6c3cc456oj2ays6s43ezxzsfxxri3h5xqd.example 443 TIMESTAMP 1 0 +h1 127.0.0.1 %HTTPPORT h2 3dbbdetxoyw4nsp6c3cc456oj2ays6s43ezxzsfxxri3h5xqd.example 443 TIMESTAMP 1 0 </file> </verify> </testcase> |