diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1325 | 2 | ||||
-rw-r--r-- | tests/data/test1331 | 2 | ||||
-rw-r--r-- | tests/data/test320 | 4 | ||||
-rwxr-xr-x | tests/fuzz/download_fuzzer.sh | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1325 b/tests/data/test1325 index 9f5ee58e8..6da1cbc6a 100644 --- a/tests/data/test1325 +++ b/tests/data/test1325 @@ -1,5 +1,5 @@ <testcase> -# http://greenbytes.de/tech/webdav/draft-reschke-http-status-308-latest.html +# https://greenbytes.de/tech/webdav/draft-reschke-http-status-308-latest.html <info> <keywords> HTTP diff --git a/tests/data/test1331 b/tests/data/test1331 index 3299df469..6b5823529 100644 --- a/tests/data/test1331 +++ b/tests/data/test1331 @@ -1,7 +1,7 @@ <testcase> # Test case inspired by this question on stackoverflow: # -# http://stackoverflow.com/questions/10017165/use-libcurl-with-bluecoat-cookie-proxy +# https://stackoverflow.com/questions/10017165/use-libcurl-with-bluecoat-cookie-proxy # <info> <keywords> diff --git a/tests/data/test320 b/tests/data/test320 index 457a11eb2..5db7934a0 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="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER> +<CENTER><H1>This is <a href="https://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="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER> +<CENTER><H1>This is <a href="https://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER> diff --git a/tests/fuzz/download_fuzzer.sh b/tests/fuzz/download_fuzzer.sh index 8c70b56e1..e88a581e1 100755 --- a/tests/fuzz/download_fuzzer.sh +++ b/tests/fuzz/download_fuzzer.sh @@ -4,4 +4,4 @@ set -ex # Clone the curl-fuzzer repository to the specified directory. -git clone http://github.com/curl/curl-fuzzer $1 +git clone https://github.com/curl/curl-fuzzer $1 |