aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-08-08 19:22:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2017-08-08 21:41:07 +0200
commit13ef623a81736e95da1cc1d13a02dd78e228adee (patch)
tree461ddac9a389bdeadf93ac430b601767cdf26795 /tests
parent58845f2e2e2e19738882f44cf1cbedeb160e76d1 (diff)
docs/comments: Update to secure URL versions
Closes #1741
Diffstat (limited to 'tests')
-rw-r--r--tests/fuzz/curl_fuzzer.c2
-rwxr-xr-xtests/runtests.pl2
-rw-r--r--tests/unit/unit1604.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/fuzz/curl_fuzzer.c b/tests/fuzz/curl_fuzzer.c
index 2c3d57991..2ccf1b36e 100644
--- a/tests/fuzz/curl_fuzzer.c
+++ b/tests/fuzz/curl_fuzzer.c
@@ -5,7 +5,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 3d907897f..065df7c5f 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -4952,7 +4952,7 @@ sub startservers {
return "failed starting socks5 server";
}
elsif(($sshdid =~ /OpenSSH/) && ($sshdvernum < 370)) {
- # Need OpenSSH 3.7 for socks5 - http://www.openssh.com/txt/release-3.7
+ # Need OpenSSH 3.7 for socks5 - https://www.openssh.com/txt/release-3.7
logmsg "$sshdverstr insufficient; socks5 tests need at least OpenSSH 3.7\n";
return "failed starting socks5 server";
}
diff --git a/tests/unit/unit1604.c b/tests/unit/unit1604.c
index f2d791dac..b414e03e5 100644
--- a/tests/unit/unit1604.c
+++ b/tests/unit/unit1604.c
@@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
- * are also available at http://curl.haxx.se/docs/copyright.html.
+ * are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is