diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-13 12:37:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-13 12:37:38 +0000 |
commit | d7b11d4c33304f55ade30610fd855b31cb8ece71 (patch) | |
tree | da13454c32d14f83078514ecebfa4d9e39263c93 /tests | |
parent | c52aa6df3322a1632aca2c3c8df5b661b2079edd (diff) | |
download | curl-d7b11d4c33304f55ade30610fd855b31cb8ece71.tar.gz |
fix port number
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test305 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test305 b/tests/data/test305 index 691e63d07..f814225b9 100644 --- a/tests/data/test305 +++ b/tests/data/test305 @@ -16,7 +16,7 @@ https insecure HTTPS without permission </name> <command> -https://%HOSTIP:%HTTPPORT/want/305 --cacert moooo +https://%HOSTIP:%HTTPSPORT/want/305 --cacert moooo </command> </client> |