diff options
author | Kamil Dudka <kdudka@redhat.com> | 2013-06-22 22:12:49 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2013-06-22 22:12:49 +0200 |
commit | 02964ed630c0fc74b47d0c94735d328661388d69 (patch) | |
tree | 53a3b99867a2d11fd915becaebc5cabc5d90b11a | |
parent | 6f3e7aabdcbc88d4f94232d66d9c071cd96cacfb (diff) |
test1230: avoid using hard-wired port number
... to prevent failure when a non-default -b option is given
-rw-r--r-- | tests/data/test1230 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1230 b/tests/data/test1230 index ab56b4fd3..a07185044 100644 --- a/tests/data/test1230 +++ b/tests/data/test1230 @@ -71,7 +71,7 @@ Host: [1234:1234:1234::4ce]:%HTTPPORT Proxy-Connection: Keep-Alive
GET /wanted/page/1230 HTTP/1.1
-Host: [1234:1234:1234::4ce]:8990
+Host: [1234:1234:1234::4ce]:%HTTPPORT
Accept: */*
</protocol> |