diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-09-18 15:33:15 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-09-18 15:33:15 -0400 |
commit | 19445f35ba123282db2d980cb07a6893563b338c (patch) | |
tree | 3a7a4c0353383ef96e27d3011225e85bb0a4a820 /tests | |
parent | 45c1c54c423cb8b2004e11f67131955f36d1cad8 (diff) | |
download | curl-19445f35ba123282db2d980cb07a6893563b338c.tar.gz |
test2048: fix url
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test2048 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test2048 b/tests/data/test2048 index eb2b1df75..787f584ef 100644 --- a/tests/data/test2048 +++ b/tests/data/test2048 @@ -26,7 +26,7 @@ https Server-localhost-sv.pem pinnedpubkey no-match must fail even when insecure </name> <command> ---insecure --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost.nn-sv.pub.der https://localhost:%HTTPSPORT/2034 +--insecure --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost.nn-sv.pub.der https://localhost:%HTTPSPORT/2048 </command> </client> |