diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-09-24 16:23:32 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vszakats.net> | 2018-09-24 16:27:58 +0000 |
commit | 16fefeee1e4d6d8534f97f8c133b2e509cca4d9e (patch) | |
tree | eec27440fac1db1387214f51207beb47cea6ed6f /tests | |
parent | ef695fc30144c8b92700c0161cdafd141c70ae60 (diff) | |
download | curl-16fefeee1e4d6d8534f97f8c133b2e509cca4d9e.tar.gz |
test320: fix regression in [ci skip]
The value in question is coming directly from `gnutls-serv`, so it cannot
be modified freely.
Reported-by: Marcel Raad
Ref: https://github.com/curl/curl/commit/6ae6b2a533e8630afbb21f570305bd4ceece6348#commitcomment-30621004
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test320 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test320 b/tests/data/test320 index 5db7934a0..457a11eb2 100644 --- a/tests/data/test320 +++ b/tests/data/test320 @@ -15,7 +15,7 @@ Content-type: text/html <HTML><BODY> -<CENTER><H1>This is <a href="https://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER> +<CENTER><H1>This is <a href="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER> <p>Session ID: <i>003030000100000001000000000000000030330001000000B062410001000000</i></p> @@ -64,7 +64,7 @@ Content-type: text/html <HTML><BODY> -<CENTER><H1>This is <a href="https://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER> +<CENTER><H1>This is <a href="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER> |