diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:13:23 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:22:54 -0700 |
| commit | be87d61299f52e366bcb65fd176ccf325b0f77e0 (patch) | |
| tree | c5e289ea68824ba407d5928e0e6e65d8bab51430 /tests/misc | |
| parent | copy: check for vulnerable target dirs (diff) | |
| download | coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.tar.gz coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.zip | |
all: prefer HTTPS in URLs
Diffstat (limited to 'tests/misc')
183 files changed, 194 insertions, 194 deletions
diff --git a/tests/misc/arch.sh b/tests/misc/arch.sh index f23fba04e..0de752047 100755 --- a/tests/misc/arch.sh +++ b/tests/misc/arch.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ arch diff --git a/tests/misc/b2sum.sh b/tests/misc/b2sum.sh index a2cf0030c..d16427c77 100755 --- a/tests/misc/b2sum.sh +++ b/tests/misc/b2sum.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ b2sum diff --git a/tests/misc/base64.pl b/tests/misc/base64.pl index 1c9866b2b..f53e95179 100755 --- a/tests/misc/base64.pl +++ b/tests/misc/base64.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/basename.pl b/tests/misc/basename.pl index 226b29224..fb5397a95 100755 --- a/tests/misc/basename.pl +++ b/tests/misc/basename.pl @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; use File::stat; diff --git a/tests/misc/cat-buf.sh b/tests/misc/cat-buf.sh index 889ff8e36..27c2e4e30 100755 --- a/tests/misc/cat-buf.sh +++ b/tests/misc/cat-buf.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cat diff --git a/tests/misc/cat-proc.sh b/tests/misc/cat-proc.sh index 756a3ed87..e71377d6d 100755 --- a/tests/misc/cat-proc.sh +++ b/tests/misc/cat-proc.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cat diff --git a/tests/misc/cat-self.sh b/tests/misc/cat-self.sh index cb2e08f1d..22f7c1bd0 100755 --- a/tests/misc/cat-self.sh +++ b/tests/misc/cat-self.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cat diff --git a/tests/misc/chcon-fail.sh b/tests/misc/chcon-fail.sh index 5abfc3a0c..5c9c7c8a3 100755 --- a/tests/misc/chcon-fail.sh +++ b/tests/misc/chcon-fail.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chcon diff --git a/tests/misc/chcon.sh b/tests/misc/chcon.sh index 55fcc6303..89b01e27c 100755 --- a/tests/misc/chcon.sh +++ b/tests/misc/chcon.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chcon diff --git a/tests/misc/chroot-credentials.sh b/tests/misc/chroot-credentials.sh index 64118561e..e28098891 100755 --- a/tests/misc/chroot-credentials.sh +++ b/tests/misc/chroot-credentials.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/chroot-fail.sh b/tests/misc/chroot-fail.sh index b3fe252a4..e3ed17006 100755 --- a/tests/misc/chroot-fail.sh +++ b/tests/misc/chroot-fail.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/close-stdout.sh b/tests/misc/close-stdout.sh index a5b900605..cc3238ac4 100755 --- a/tests/misc/close-stdout.sh +++ b/tests/misc/close-stdout.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/misc/comm.pl b/tests/misc/comm.pl index f30424ea1..140e70592 100755 --- a/tests/misc/comm.pl +++ b/tests/misc/comm.pl @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. require 5.003; use strict; diff --git a/tests/misc/coreutils.sh b/tests/misc/coreutils.sh index 53ee05cfb..fa5aacba0 100755 --- a/tests/misc/coreutils.sh +++ b/tests/misc/coreutils.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/csplit-1000.sh b/tests/misc/csplit-1000.sh index 9a8c6ae40..30077934a 100755 --- a/tests/misc/csplit-1000.sh +++ b/tests/misc/csplit-1000.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ csplit diff --git a/tests/misc/csplit-heap.sh b/tests/misc/csplit-heap.sh index 9b7216cfa..9906db65b 100755 --- a/tests/misc/csplit-heap.sh +++ b/tests/misc/csplit-heap.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ csplit diff --git a/tests/misc/csplit-io-err.sh b/tests/misc/csplit-io-err.sh index 35dcd48c0..af61eb601 100755 --- a/tests/misc/csplit-io-err.sh +++ b/tests/misc/csplit-io-err.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ csplit diff --git a/tests/misc/csplit-suppress-matched.pl b/tests/misc/csplit-suppress-matched.pl index 1ef932471..b65f2eb11 100755 --- a/tests/misc/csplit-suppress-matched.pl +++ b/tests/misc/csplit-suppress-matched.pl @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; use Data::Dumper; diff --git a/tests/misc/csplit.sh b/tests/misc/csplit.sh index fc8f3b2ac..89ec908ff 100755 --- a/tests/misc/csplit.sh +++ b/tests/misc/csplit.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ csplit diff --git a/tests/misc/cut-huge-range.sh b/tests/misc/cut-huge-range.sh index 55b7b640e..859b8dc45 100755 --- a/tests/misc/cut-huge-range.sh +++ b/tests/misc/cut-huge-range.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cut diff --git a/tests/misc/cut.pl b/tests/misc/cut.pl index 543a44ba5..654fbee43 100755 --- a/tests/misc/cut.pl +++ b/tests/misc/cut.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/date-debug.sh b/tests/misc/date-debug.sh index 8ff34ae86..f2146cf58 100755 --- a/tests/misc/date-debug.sh +++ b/tests/misc/date-debug.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ date @@ -104,7 +104,7 @@ compare exp3 out3 || fail=1 ## ## Parsing a lone number. ## Fixed in gnulib v0.1-1099-gf2d4b5c -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f2d4b5caa +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f2d4b5caa cat<<EOF>exp4 date: parsed number part: (Y-M-D) 2013-01-01 date: input timezone: TZ="UTC0" environment value or -u @@ -125,7 +125,7 @@ compare exp4 out4 || fail=1 ## ## Parsing a relative number after a timezone string ## Fixed in gnulib v0.1-1100-g5c438e8 -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=5c438e8ce7d +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=5c438e8ce7d cat<<EOF>exp5 date: parsed date part: (Y-M-D) 2013-10-30 date: parsed time part: 00:00:00 @@ -152,7 +152,7 @@ compare exp5 out5 || fail=1 ## ## Explicitly warn about unexpected day/month shifts. ## added in gnulib v0.1-1101-gf14eff1 -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f14eff1b3cde2b +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f14eff1b3cde2b TOOLONG='it is recommended to specify the 15th of the months' cat<<EOF>exp6 date: parsed date part: (Y-M-D) 2016-10-31 @@ -181,7 +181,7 @@ compare exp6 out6 || fail=1 ## ## Explicitly warn about crossing DST boundaries. ## added in gnulib v0.1-1102-g30a55dd -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=30a55dd72dad2 +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=30a55dd72dad2 TOOLONG2='it is recommended to specify the 15th of the months' cat<<EOF>exp7 date: parsed date part: (Y-M-D) 2016-06-01 @@ -212,7 +212,7 @@ compare exp7 out7 || fail=1 ## fix local timezone debug messages. ## fixed in git v0.1-1103-gc56e7fb -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c56e7fbb032 +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c56e7fbb032 cat<<EOF>exp8_1 date: parsed date part: (Y-M-D) 2011-12-11 @@ -252,7 +252,7 @@ compare exp8_2 out8_2 || fail=1 ## fix debug message on lone year number (The "2011" part). ## fixed in gnulib v0.1-1104-g15b8f30 -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=15b8f3046a25 +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=15b8f3046a25 ## ## NOTE: ## When the date 'Apr 11' is parsed, the year part will be the diff --git a/tests/misc/date-next-dow.pl b/tests/misc/date-next-dow.pl index 5f2309e8d..18b9ef6e4 100755 --- a/tests/misc/date-next-dow.pl +++ b/tests/misc/date-next-dow.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; use POSIX qw(strftime); diff --git a/tests/misc/date-sec.sh b/tests/misc/date-sec.sh index fb21b6dd5..019266719 100755 --- a/tests/misc/date-sec.sh +++ b/tests/misc/date-sec.sh @@ -16,7 +16,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ date diff --git a/tests/misc/date-tz.sh b/tests/misc/date-tz.sh index 3fe1579e2..70e41c7c7 100755 --- a/tests/misc/date-tz.sh +++ b/tests/misc/date-tz.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ date diff --git a/tests/misc/date.pl b/tests/misc/date.pl index f026909bf..d24722c29 100755 --- a/tests/misc/date.pl +++ b/tests/misc/date.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/dircolors.pl b/tests/misc/dircolors.pl index 3ec173434..6bea54dd5 100755 --- a/tests/misc/dircolors.pl +++ b/tests/misc/dircolors.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/dirname.pl b/tests/misc/dirname.pl index f28509408..e8145dcb9 100755 --- a/tests/misc/dirname.pl +++ b/tests/misc/dirname.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; use File::stat; diff --git a/tests/misc/env-null.sh b/tests/misc/env-null.sh index b173d7ca0..eb6cf2575 100755 --- a/tests/misc/env-null.sh +++ b/tests/misc/env-null.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ env printenv diff --git a/tests/misc/env.sh b/tests/misc/env.sh index fc589cccb..a20ef8d36 100755 --- a/tests/misc/env.sh +++ b/tests/misc/env.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/expand.pl b/tests/misc/expand.pl index 7fe783042..6ab25c24b 100755 --- a/tests/misc/expand.pl +++ b/tests/misc/expand.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/expr-multibyte.pl b/tests/misc/expr-multibyte.pl index 8ef8f4051..32afecb25 100755 --- a/tests/misc/expr-multibyte.pl +++ b/tests/misc/expr-multibyte.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/expr.pl b/tests/misc/expr.pl index c0d6f7c24..07c278f2d 100755 --- a/tests/misc/expr.pl +++ b/tests/misc/expr.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/factor-parallel.sh b/tests/misc/factor-parallel.sh index 33a4338e1..14accb6fa 100755 --- a/tests/misc/factor-parallel.sh +++ b/tests/misc/factor-parallel.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ factor diff --git a/tests/misc/factor.pl b/tests/misc/factor.pl index 5d34048e8..292d824e0 100755 --- a/tests/misc/factor.pl +++ b/tests/misc/factor.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/false-status.sh b/tests/misc/false-status.sh index e0b3f601f..56260e2ec 100755 --- a/tests/misc/false-status.sh +++ b/tests/misc/false-status.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ false true diff --git a/tests/misc/fold.pl b/tests/misc/fold.pl index 6c912dad6..8674a0db5 100755 --- a/tests/misc/fold.pl +++ b/tests/misc/fold.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/groups-dash.sh b/tests/misc/groups-dash.sh index 37675b4db..44c676d49 100755 --- a/tests/misc/groups-dash.sh +++ b/tests/misc/groups-dash.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ groups diff --git a/tests/misc/groups-process-all.sh b/tests/misc/groups-process-all.sh index a352ecc10..a9cec08a1 100755 --- a/tests/misc/groups-process-all.sh +++ b/tests/misc/groups-process-all.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ groups diff --git a/tests/misc/groups-version.sh b/tests/misc/groups-version.sh index f84230640..697d523af 100755 --- a/tests/misc/groups-version.sh +++ b/tests/misc/groups-version.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ groups diff --git a/tests/misc/head-c.sh b/tests/misc/head-c.sh index 89e8d5ddd..dbd281297 100755 --- a/tests/misc/head-c.sh +++ b/tests/misc/head-c.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ head diff --git a/tests/misc/head-elide-tail.pl b/tests/misc/head-elide-tail.pl index 323bfb67d..b4c1b2697 100755 --- a/tests/misc/head-elide-tail.pl +++ b/tests/misc/head-elide-tail.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/head-pos.sh b/tests/misc/head-pos.sh index 19155ac82..42ef364dc 100755 --- a/tests/misc/head-pos.sh +++ b/tests/misc/head-pos.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ head diff --git a/tests/misc/head-write-error.sh b/tests/misc/head-write-error.sh index eaf3bebff..cba591a78 100755 --- a/tests/misc/head-write-error.sh +++ b/tests/misc/head-write-error.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ head diff --git a/tests/misc/head.pl b/tests/misc/head.pl index 9f45c3ca5..54032e1d7 100755 --- a/tests/misc/head.pl +++ b/tests/misc/head.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/help-version.sh b/tests/misc/help-version.sh index b864e8cc9..a1bf39a40 100755 --- a/tests/misc/help-version.sh +++ b/tests/misc/help-version.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/invalid-opt.pl b/tests/misc/invalid-opt.pl index cca7811db..0a0803734 100755 --- a/tests/misc/invalid-opt.pl +++ b/tests/misc/invalid-opt.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. require 5.003; use strict; diff --git a/tests/misc/join.pl b/tests/misc/join.pl index e1ea9eb55..678cf2f26 100755 --- a/tests/misc/join.pl +++ b/tests/misc/join.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/kill.sh b/tests/misc/kill.sh index aad136092..bda22d3d5 100755 --- a/tests/misc/kill.sh +++ b/tests/misc/kill.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ kill diff --git a/tests/misc/ls-misc.pl b/tests/misc/ls-misc.pl index 3982fa0fd..a124b756c 100755 --- a/tests/misc/ls-misc.pl +++ b/tests/misc/ls-misc.pl @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/ls-time.sh b/tests/misc/ls-time.sh index 5149187a1..ea390e5b7 100755 --- a/tests/misc/ls-time.sh +++ b/tests/misc/ls-time.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/misc/md5sum-bsd.sh b/tests/misc/md5sum-bsd.sh index 2b8794221..045cb36ea 100755 --- a/tests/misc/md5sum-bsd.sh +++ b/tests/misc/md5sum-bsd.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ md5sum diff --git a/tests/misc/md5sum-newline.pl b/tests/misc/md5sum-newline.pl index 25ab177bf..0b6544710 100755 --- a/tests/misc/md5sum-newline.pl +++ b/tests/misc/md5sum-newline.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/md5sum-parallel.sh b/tests/misc/md5sum-parallel.sh index 685bdafe1..5302da51b 100755 --- a/tests/misc/md5sum-parallel.sh +++ b/tests/misc/md5sum-parallel.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ md5sum diff --git a/tests/misc/md5sum.pl b/tests/misc/md5sum.pl index 2eb1a4570..af9eaa04e 100755 --- a/tests/misc/md5sum.pl +++ b/tests/misc/md5sum.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/mknod.sh b/tests/misc/mknod.sh index 678d4f9f8..acf052108 100755 --- a/tests/misc/mknod.sh +++ b/tests/misc/mknod.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mknod diff --git a/tests/misc/mktemp.pl b/tests/misc/mktemp.pl index 4e7765566..426332d93 100755 --- a/tests/misc/mktemp.pl +++ b/tests/misc/mktemp.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/nice-fail.sh b/tests/misc/nice-fail.sh index 147414251..983598e53 100755 --- a/tests/misc/nice-fail.sh +++ b/tests/misc/nice-fail.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/nice.sh b/tests/misc/nice.sh index 9cb74a0d6..f41a479d7 100755 --- a/tests/misc/nice.sh +++ b/tests/misc/nice.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nice diff --git a/tests/misc/nl.sh b/tests/misc/nl.sh index c728e67cc..5728b9790 100755 --- a/tests/misc/nl.sh +++ b/tests/misc/nl.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nl diff --git a/tests/misc/nohup.sh b/tests/misc/nohup.sh index f02045bfd..444b5d875 100755 --- a/tests/misc/nohup.sh +++ b/tests/misc/nohup.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nohup diff --git a/tests/misc/nproc-avail.sh b/tests/misc/nproc-avail.sh index 28845d94b..ad6474a3f 100755 --- a/tests/misc/nproc-avail.sh +++ b/tests/misc/nproc-avail.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nproc diff --git a/tests/misc/nproc-override.sh b/tests/misc/nproc-override.sh index 787095669..64ef40719 100755 --- a/tests/misc/nproc-override.sh +++ b/tests/misc/nproc-override.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nproc diff --git a/tests/misc/nproc-positive.sh b/tests/misc/nproc-positive.sh index d98535ee3..e558ec958 100755 --- a/tests/misc/nproc-positive.sh +++ b/tests/misc/nproc-positive.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nproc diff --git a/tests/misc/numfmt.pl b/tests/misc/numfmt.pl index 43f92f919..a5eb03000 100755 --- a/tests/misc/numfmt.pl +++ b/tests/misc/numfmt.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/od-N.sh b/tests/misc/od-N.sh index fcf073022..55cfd0837 100755 --- a/tests/misc/od-N.sh +++ b/tests/misc/od-N.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od-endian.sh b/tests/misc/od-endian.sh index fd506199c..0ca6dc9b3 100755 --- a/tests/misc/od-endian.sh +++ b/tests/misc/od-endian.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od-float.sh b/tests/misc/od-float.sh index dcc0b5612..d745d0614 100755 --- a/tests/misc/od-float.sh +++ b/tests/misc/od-float.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od-j.sh b/tests/misc/od-j.sh index d33ab75b5..2893706af 100755 --- a/tests/misc/od-j.sh +++ b/tests/misc/od-j.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od-multiple-t.sh b/tests/misc/od-multiple-t.sh index 9be818710..53cf14b48 100755 --- a/tests/misc/od-multiple-t.sh +++ b/tests/misc/od-multiple-t.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od-x8.sh b/tests/misc/od-x8.sh index 5969493ff..ecc11340f 100755 --- a/tests/misc/od-x8.sh +++ b/tests/misc/od-x8.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od.pl b/tests/misc/od.pl index 2b6ec6adc..41eb2355c 100755 --- a/tests/misc/od.pl +++ b/tests/misc/od.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/paste.pl b/tests/misc/paste.pl index e0076ac94..5a232acbb 100755 --- a/tests/misc/paste.pl +++ b/tests/misc/paste.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/pathchk1.sh b/tests/misc/pathchk1.sh index af99fcfe0..07fcce553 100755 --- a/tests/misc/pathchk1.sh +++ b/tests/misc/pathchk1.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ pathchk diff --git a/tests/misc/printenv.sh b/tests/misc/printenv.sh index 376a7e4a7..3b1d46df4 100755 --- a/tests/misc/printenv.sh +++ b/tests/misc/printenv.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ printenv diff --git a/tests/misc/printf-cov.pl b/tests/misc/printf-cov.pl index 5815be25f..4965479e8 100755 --- a/tests/misc/printf-cov.pl +++ b/tests/misc/printf-cov.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/printf-hex.sh b/tests/misc/printf-hex.sh index d0eaa8327..1619136f0 100755 --- a/tests/misc/printf-hex.sh +++ b/tests/misc/printf-hex.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ printf diff --git a/tests/misc/printf-quote.sh b/tests/misc/printf-quote.sh index 5b093eeed..1d0f01a33 100755 --- a/tests/misc/printf-quote.sh +++ b/tests/misc/printf-quote.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ printf diff --git a/tests/misc/printf-surprise.sh b/tests/misc/printf-surprise.sh index 46c0d8f23..85070ae6f 100755 --- a/tests/misc/printf-surprise.sh +++ b/tests/misc/printf-surprise.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. prog=printf diff --git a/tests/misc/printf.sh b/tests/misc/printf.sh index 8226d6248..9c9b22334 100755 --- a/tests/misc/printf.sh +++ b/tests/misc/printf.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. prog='env printf' diff --git a/tests/misc/ptx-overrun.sh b/tests/misc/ptx-overrun.sh index 2ad3ccbce..cfb6a80d7 100755 --- a/tests/misc/ptx-overrun.sh +++ b/tests/misc/ptx-overrun.sh @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ptx diff --git a/tests/misc/ptx.pl b/tests/misc/ptx.pl index 4d4e1c729..219e904cb 100755 --- a/tests/misc/ptx.pl +++ b/tests/misc/ptx.pl @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/pwd-long.sh b/tests/misc/pwd-long.sh index 997a035c7..7a9fc0649 100755 --- a/tests/misc/pwd-long.sh +++ b/tests/misc/pwd-long.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ pwd diff --git a/tests/misc/pwd-option.sh b/tests/misc/pwd-option.sh index 9ba7684c0..9c1c619e0 100755 --- a/tests/misc/pwd-option.sh +++ b/tests/misc/pwd-option.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ pwd diff --git a/tests/misc/readlink-fp-loop.sh b/tests/misc/readlink-fp-loop.sh index 86632c529..3026e6cc4 100755 --- a/tests/misc/readlink-fp-loop.sh +++ b/tests/misc/readlink-fp-loop.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink pwd diff --git a/tests/misc/readlink-root.sh b/tests/misc/readlink-root.sh index fe9164bf7..ced0c95eb 100755 --- a/tests/misc/readlink-root.sh +++ b/tests/misc/readlink-root.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink diff --git a/tests/misc/realpath.sh b/tests/misc/realpath.sh index 7861397be..f4dc7fb5d 100755 --- a/tests/misc/realpath.sh +++ b/tests/misc/realpath.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ realpath diff --git a/tests/misc/runcon-no-reorder.sh b/tests/misc/runcon-no-reorder.sh index f905cfcdf..005a9a6d3 100755 --- a/tests/misc/runcon-no-reorder.sh +++ b/tests/misc/runcon-no-reorder.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ runcon diff --git a/tests/misc/selinux.sh b/tests/misc/selinux.sh index bc6da9652..f887d660d 100755 --- a/tests/misc/selinux.sh +++ b/tests/misc/selinux.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chcon cp ls mv stat diff --git a/tests/misc/seq-epipe.sh b/tests/misc/seq-epipe.sh index f755590f5..43ff2c785 100755 --- a/tests/misc/seq-epipe.sh +++ b/tests/misc/seq-epipe.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ seq diff --git a/tests/misc/seq-io-errors.sh b/tests/misc/seq-io-errors.sh index 93eb3eaea..fd6924ed1 100755 --- a/tests/misc/seq-io-errors.sh +++ b/tests/misc/seq-io-errors.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ seq diff --git a/tests/misc/seq-long-double.sh b/tests/misc/seq-long-double.sh index f202046f7..bbc2102b6 100755 --- a/tests/misc/seq-long-double.sh +++ b/tests/misc/seq-long-double.sh @@ -16,7 +16,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ seq diff --git a/tests/misc/seq-precision.sh b/tests/misc/seq-precision.sh index ad45e2d4e..e7da726d8 100755 --- a/tests/misc/seq-precision.sh +++ b/tests/misc/seq-precision.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ seq diff --git a/tests/misc/seq.pl b/tests/misc/seq.pl index cb8c55379..8be45c48a 100755 --- a/tests/misc/seq.pl +++ b/tests/misc/seq.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/sha1sum-vec.pl b/tests/misc/sha1sum-vec.pl index 26f91c775..0bfc8d255 100755 --- a/tests/misc/sha1sum-vec.pl +++ b/tests/misc/sha1sum-vec.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; @@ -24,7 +24,7 @@ use strict; @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; # The data from which these tests were derived came from here: -# http://web.archive.org/web/20060505234703/http://csrc.nist.gov/cryptval/shs/sha1-vectors.zip +# https://web.archive.org/web/20060505234703/http://csrc.nist.gov/cryptval/shs/sha1-vectors.zip my @Tests = ( diff --git a/tests/misc/sha1sum.pl b/tests/misc/sha1sum.pl index 3d2b3e646..f48bbfa12 100755 --- a/tests/misc/sha1sum.pl +++ b/tests/misc/sha1sum.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/sha224sum.pl b/tests/misc/sha224sum.pl index d24df1263..0fbe25dcc 100755 --- a/tests/misc/sha224sum.pl +++ b/tests/misc/sha224sum.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/sha256sum.pl b/tests/misc/sha256sum.pl index 898071902..9de2fe47c 100755 --- a/tests/misc/sha256sum.pl +++ b/tests/misc/sha256sum.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/sha384sum.pl b/tests/misc/sha384sum.pl index bd9f87509..36fbcaff6 100755 --- a/tests/misc/sha384sum.pl +++ b/tests/misc/sha384sum.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/sha512sum.pl b/tests/misc/sha512sum.pl index 32ec3f844..8bed41a01 100755 --- a/tests/misc/sha512sum.pl +++ b/tests/misc/sha512sum.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/shred-exact.sh b/tests/misc/shred-exact.sh index 23b7fdb0e..aa32f6380 100755 --- a/tests/misc/shred-exact.sh +++ b/tests/misc/shred-exact.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shred diff --git a/tests/misc/shred-passes.sh b/tests/misc/shred-passes.sh index 199011515..261a31b8c 100755 --- a/tests/misc/shred-passes.sh +++ b/tests/misc/shred-passes.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shred diff --git a/tests/misc/shred-remove.sh b/tests/misc/shred-remove.sh index d276eb2e4..985a4ab10 100755 --- a/tests/misc/shred-remove.sh +++ b/tests/misc/shred-remove.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shred diff --git a/tests/misc/shred-size.sh b/tests/misc/shred-size.sh index 82920b097..cd17a8314 100755 --- a/tests/misc/shred-size.sh +++ b/tests/misc/shred-size.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shred diff --git a/tests/misc/shuf-reservoir.sh b/tests/misc/shuf-reservoir.sh index df59d99cc..65491e35f 100755 --- a/tests/misc/shuf-reservoir.sh +++ b/tests/misc/shuf-reservoir.sh @@ -17,7 +17,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shuf diff --git a/tests/misc/shuf.sh b/tests/misc/shuf.sh index 3ccc44336..66364d41e 100755 --- a/tests/misc/shuf.sh +++ b/tests/misc/shuf.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shuf diff --git a/tests/misc/sleep.sh b/tests/misc/sleep.sh index 0876dd7eb..0397b7b4e 100755 --- a/tests/misc/sleep.sh +++ b/tests/misc/sleep.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sleep diff --git a/tests/misc/sort-NaN-infloop.sh b/tests/misc/sort-NaN-infloop.sh index e2115ac13..e7e49a2bb 100755 --- a/tests/misc/sort-NaN-infloop.sh +++ b/tests/misc/sort-NaN-infloop.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-benchmark-random.sh b/tests/misc/sort-benchmark-random.sh index e74beac2d..9b76652ef 100755 --- a/tests/misc/sort-benchmark-random.sh +++ b/tests/misc/sort-benchmark-random.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # Written by Glen Lenker. diff --git a/tests/misc/sort-compress-hang.sh b/tests/misc/sort-compress-hang.sh index d04e267a9..e76409f8b 100755 --- a/tests/misc/sort-compress-hang.sh +++ b/tests/misc/sort-compress-hang.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-compress-proc.sh b/tests/misc/sort-compress-proc.sh index cf0f782b0..5cf218c73 100755 --- a/tests/misc/sort-compress-proc.sh +++ b/tests/misc/sort-compress-proc.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-compress.sh b/tests/misc/sort-compress.sh index 91fad4329..1b59f8071 100755 --- a/tests/misc/sort-compress.sh +++ b/tests/misc/sort-compress.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-continue.sh b/tests/misc/sort-continue.sh index 95c1d1c76..2009b7d6b 100755 --- a/tests/misc/sort-continue.sh +++ b/tests/misc/sort-continue.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-debug-keys.sh b/tests/misc/sort-debug-keys.sh index cb03a1f1c..439d31e54 100755 --- a/tests/misc/sort-debug-keys.sh +++ b/tests/misc/sort-debug-keys.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort printf diff --git a/tests/misc/sort-debug-warn.sh b/tests/misc/sort-debug-warn.sh index 0096cbdce..d1ba3b54c 100755 --- a/tests/misc/sort-debug-warn.sh +++ b/tests/misc/sort-debug-warn.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-discrim.sh b/tests/misc/sort-discrim.sh index 178f78e13..ba02bfb84 100755 --- a/tests/misc/sort-discrim.sh +++ b/tests/misc/sort-discrim.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-exit-early.sh b/tests/misc/sort-exit-early.sh index 02a9009b0..2ce7c5b7f 100755 --- a/tests/misc/sort-exit-early.sh +++ b/tests/misc/sort-exit-early.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-files0-from.pl b/tests/misc/sort-files0-from.pl index a7ec676aa..25f2c10e9 100755 --- a/tests/misc/sort-files0-from.pl +++ b/tests/misc/sort-files0-from.pl @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/sort-float.sh b/tests/misc/sort-float.sh index cdc996436..8c863291d 100755 --- a/tests/misc/sort-float.sh +++ b/tests/misc/sort-float.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-h-thousands-sep.sh b/tests/misc/sort-h-thousands-sep.sh index 9e7ad505d..d920d00b4 100755 --- a/tests/misc/sort-h-thousands-sep.sh +++ b/tests/misc/sort-h-thousands-sep.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-merge-fdlimit.sh b/tests/misc/sort-merge-fdlimit.sh index d5b43d3e5..d9d45cd3d 100755 --- a/tests/misc/sort-merge-fdlimit.sh +++ b/tests/misc/sort-merge-fdlimit.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-merge.pl b/tests/misc/sort-merge.pl index 4b20a9f27..765af9fe1 100755 --- a/tests/misc/sort-merge.pl +++ b/tests/misc/sort-merge.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/sort-month.sh b/tests/misc/sort-month.sh index 079ad7fae..cd58548c7 100755 --- a/tests/misc/sort-month.sh +++ b/tests/misc/sort-month.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-rand.sh b/tests/misc/sort-rand.sh index 5fad69bda..a8aeb4f69 100755 --- a/tests/misc/sort-rand.sh +++ b/tests/misc/sort-rand.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-spinlock-abuse.sh b/tests/misc/sort-spinlock-abuse.sh index a7b22dfd7..ede8567be 100755 --- a/tests/misc/sort-spinlock-abuse.sh +++ b/tests/misc/sort-spinlock-abuse.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-stale-thread-mem.sh b/tests/misc/sort-stale-thread-mem.sh index 224527eb1..381c62538 100755 --- a/tests/misc/sort-stale-thread-mem.sh +++ b/tests/misc/sort-stale-thread-mem.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # written by Jim Meyering and Paul Eggert diff --git a/tests/misc/sort-u-FMR.sh b/tests/misc/sort-u-FMR.sh index e60f720d8..b391b227d 100755 --- a/tests/misc/sort-u-FMR.sh +++ b/tests/misc/sort-u-FMR.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-unique-segv.sh b/tests/misc/sort-unique-segv.sh index b1bdef325..2c470dee3 100755 --- a/tests/misc/sort-unique-segv.sh +++ b/tests/misc/sort-unique-segv.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-unique.sh b/tests/misc/sort-unique.sh index cf4ef9fb6..1c5d996d7 100755 --- a/tests/misc/sort-unique.sh +++ b/tests/misc/sort-unique.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-version.sh b/tests/misc/sort-version.sh index f03ee607e..4951b1782 100755 --- a/tests/misc/sort-version.sh +++ b/tests/misc/sort-version.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort.pl b/tests/misc/sort.pl index 0fa1e9c12..7f6d7154b 100755 --- a/tests/misc/sort.pl +++ b/tests/misc/sort.pl @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; @@ -190,7 +190,7 @@ my @Tests = ["10e", '-k 1.2,1.2', {IN=>"ab\nba\n"}, {OUT=>"ba\nab\n"}], # # The way sort works on these inputs (10f and 10g) seems wrong to me. -# See http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=3c467c0d223 +# See https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=3c467c0d223 # POSIX doesn't seem to say one way or the other, but that's the way all # other sort implementations work. ["10f", '-t : -k 1.3,1.3', {IN=>":ab\n:ba\n"}, {OUT=>":ba\n:ab\n"}], diff --git a/tests/misc/stat-birthtime.sh b/tests/misc/stat-birthtime.sh index 087e7c36f..8e93cc0e1 100755 --- a/tests/misc/stat-birthtime.sh +++ b/tests/misc/stat-birthtime.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stat diff --git a/tests/misc/stat-fmt.sh b/tests/misc/stat-fmt.sh index 0dd8568c6..85998bfcf 100755 --- a/tests/misc/stat-fmt.sh +++ b/tests/misc/stat-fmt.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stat diff --git a/tests/misc/stat-hyphen.sh b/tests/misc/stat-hyphen.sh index 8ac6030e9..d716df39e 100755 --- a/tests/misc/stat-hyphen.sh +++ b/tests/misc/stat-hyphen.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stat diff --git a/tests/misc/stat-mount.sh b/tests/misc/stat-mount.sh index 6c8192b22..8c5e1c9a3 100755 --- a/tests/misc/stat-mount.sh +++ b/tests/misc/stat-mount.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stat diff --git a/tests/misc/stat-nanoseconds.sh b/tests/misc/stat-nanoseconds.sh index d2b07c795..0a181b4c0 100755 --- a/tests/misc/stat-nanoseconds.sh +++ b/tests/misc/stat-nanoseconds.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. print_ver_ stat . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/stat-printf.pl b/tests/misc/stat-printf.pl index 7161191f3..a6918010c 100755 --- a/tests/misc/stat-printf.pl +++ b/tests/misc/stat-printf.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/stat-slash.sh b/tests/misc/stat-slash.sh index a86aac794..944d46f63 100755 --- a/tests/misc/stat-slash.sh +++ b/tests/misc/stat-slash.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stat diff --git a/tests/misc/stdbuf.sh b/tests/misc/stdbuf.sh index 3ef47480b..f1c77e984 100755 --- a/tests/misc/stdbuf.sh +++ b/tests/misc/stdbuf.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stdbuf diff --git a/tests/misc/stty-invalid.sh b/tests/misc/stty-invalid.sh index ad37573c3..06186e96a 100755 --- a/tests/misc/stty-invalid.sh +++ b/tests/misc/stty-invalid.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stty diff --git a/tests/misc/stty-pairs.sh b/tests/misc/stty-pairs.sh index a87b15300..46c21eb68 100755 --- a/tests/misc/stty-pairs.sh +++ b/tests/misc/stty-pairs.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stty diff --git a/tests/misc/stty-row-col.sh b/tests/misc/stty-row-col.sh index 0f7a0ab4b..f0b0de11c 100755 --- a/tests/misc/stty-row-col.sh +++ b/tests/misc/stty-row-col.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # Setting this envvar to a very small value used to cause e.g., 'stty size' # to generate slightly different output on certain systems. @@ -23,7 +23,7 @@ export COLUMNS # Make sure we get English-language behavior. # See the report about a possibly-related Solaris problem by Alexandre Peshansky -# <http://lists.gnu.org/archive/html/bug-coreutils/2004-10/msg00035.html>. +# <https://lists.gnu.org/archive/html/bug-coreutils/2004-10/msg00035.html>. # Currently stty isn't localized, but it might be in the future. LC_ALL=C export LC_ALL diff --git a/tests/misc/stty.sh b/tests/misc/stty.sh index 54404e1b7..3d3efd587 100755 --- a/tests/misc/stty.sh +++ b/tests/misc/stty.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # Make sure there's a tty on stdin. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/sum-sysv.sh b/tests/misc/sum-sysv.sh index 85e3ca5f5..aa43ed97e 100755 --- a/tests/misc/sum-sysv.sh +++ b/tests/misc/sum-sysv.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # Avoid a problem when run in a UTF-8 locale. # Otherwise, Perl would try to (and fail to) interpret diff --git a/tests/misc/sum.pl b/tests/misc/sum.pl index 9d37b9afd..e5d9376ff 100755 --- a/tests/misc/sum.pl +++ b/tests/misc/sum.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/sync.sh b/tests/misc/sync.sh index 8ba271287..bf1b4f1c0 100755 --- a/tests/misc/sync.sh +++ b/tests/misc/sync.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sync diff --git a/tests/misc/tac-2-nonseekable.sh b/tests/misc/tac-2-nonseekable.sh index 00f71a03b..673e0ee23 100755 --- a/tests/misc/tac-2-nonseekable.sh +++ b/tests/misc/tac-2-nonseekable.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tac diff --git a/tests/misc/tac-continue.sh b/tests/misc/tac-continue.sh index dca6b6c35..b03f7bf5f 100755 --- a/tests/misc/tac-continue.sh +++ b/tests/misc/tac-continue.sh @@ -16,7 +16,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tac diff --git a/tests/misc/tac.pl b/tests/misc/tac.pl index 286c5264d..c3bf55435 100755 --- a/tests/misc/tac.pl +++ b/tests/misc/tac.pl @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/tail.pl b/tests/misc/tail.pl index ef55453b9..986e3544b 100755 --- a/tests/misc/tail.pl +++ b/tests/misc/tail.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/tee.sh b/tests/misc/tee.sh index 092e8598e..5998c5a77 100755 --- a/tests/misc/tee.sh +++ b/tests/misc/tee.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tee diff --git a/tests/misc/test-diag.pl b/tests/misc/test-diag.pl index 183441e68..2e291a197 100755 --- a/tests/misc/test-diag.pl +++ b/tests/misc/test-diag.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/test.pl b/tests/misc/test.pl index e48704edd..bc62bbcb3 100755 --- a/tests/misc/test.pl +++ b/tests/misc/test.pl @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/time-style.sh b/tests/misc/time-style.sh index 1a88dc66d..2ce4013d0 100755 --- a/tests/misc/time-style.sh +++ b/tests/misc/time-style.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/misc/timeout-blocked.pl b/tests/misc/timeout-blocked.pl index 7663210bf..5e7c42d4e 100755 --- a/tests/misc/timeout-blocked.pl +++ b/tests/misc/timeout-blocked.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/timeout-group.sh b/tests/misc/timeout-group.sh index 90ca24307..b07a43610 100755 --- a/tests/misc/timeout-group.sh +++ b/tests/misc/timeout-group.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ timeout diff --git a/tests/misc/timeout-parameters.sh b/tests/misc/timeout-parameters.sh index c3137dbf7..ec00ef9b2 100755 --- a/tests/misc/timeout-parameters.sh +++ b/tests/misc/timeout-parameters.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ timeout diff --git a/tests/misc/timeout.sh b/tests/misc/timeout.sh index f8682dae7..1c765896a 100755 --- a/tests/misc/timeout.sh +++ b/tests/misc/timeout.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ timeout diff --git a/tests/misc/tr-case-class.sh b/tests/misc/tr-case-class.sh index 315cb3104..90065b5c3 100755 --- a/tests/misc/tr-case-class.sh +++ b/tests/misc/tr-case-class.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tr diff --git a/tests/misc/tr.pl b/tests/misc/tr.pl index c71af0047..d3130a43b 100755 --- a/tests/misc/tr.pl +++ b/tests/misc/tr.pl @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/truncate-dangling-symlink.sh b/tests/misc/truncate-dangling-symlink.sh index 0e18f3d4f..43dbae3a2 100755 --- a/tests/misc/truncate-dangling-symlink.sh +++ b/tests/misc/truncate-dangling-symlink.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-dir-fail.sh b/tests/misc/truncate-dir-fail.sh index 6b26faf8f..3fe30a4a3 100755 --- a/tests/misc/truncate-dir-fail.sh +++ b/tests/misc/truncate-dir-fail.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-fail-diag.sh b/tests/misc/truncate-fail-diag.sh index 21a8bed33..626c0d044 100755 --- a/tests/misc/truncate-fail-diag.sh +++ b/tests/misc/truncate-fail-diag.sh @@ -18,7 +18,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-fifo.sh b/tests/misc/truncate-fifo.sh index 8074a6762..e84fa5489 100755 --- a/tests/misc/truncate-fifo.sh +++ b/tests/misc/truncate-fifo.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-no-create-missing.sh b/tests/misc/truncate-no-create-missing.sh index e00959137..9b243ae5c 100755 --- a/tests/misc/truncate-no-create-missing.sh +++ b/tests/misc/truncate-no-create-missing.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-overflow.sh b/tests/misc/truncate-overflow.sh index 0dc76777d..9c5dec426 100755 --- a/tests/misc/truncate-overflow.sh +++ b/tests/misc/truncate-overflow.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-owned-by-other.sh b/tests/misc/truncate-owned-by-other.sh index 2aaf9d7a1..de8e2f09e 100755 --- a/tests/misc/truncate-owned-by-other.sh +++ b/tests/misc/truncate-owned-by-other.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-parameters.sh b/tests/misc/truncate-parameters.sh index 597eb0e84..13de2a74b 100755 --- a/tests/misc/truncate-parameters.sh +++ b/tests/misc/truncate-parameters.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-relative.sh b/tests/misc/truncate-relative.sh index 436faa15c..0f841f1e1 100755 --- a/tests/misc/truncate-relative.sh +++ b/tests/misc/truncate-relative.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/tsort.pl b/tests/misc/tsort.pl index 20b75b067..a9cac7931 100755 --- a/tests/misc/tsort.pl +++ b/tests/misc/tsort.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/tty-eof.pl b/tests/misc/tty-eof.pl index 363ca18f6..4d04625d3 100755 --- a/tests/misc/tty-eof.pl +++ b/tests/misc/tty-eof.pl @@ -17,7 +17,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; (my $ME = $0) =~ s|.*/||; diff --git a/tests/misc/tty.sh b/tests/misc/tty.sh index aa3203be5..baa954e88 100755 --- a/tests/misc/tty.sh +++ b/tests/misc/tty.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # Make sure there's a tty on stdin. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/unexpand.pl b/tests/misc/unexpand.pl index a4d5e31f1..c5ddaa24b 100755 --- a/tests/misc/unexpand.pl +++ b/tests/misc/unexpand.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; @@ -121,8 +121,8 @@ my @Tests = # and to be consistent in output with older versions, we output # a '\t' rather than a space for the second tab position. # For more detailed comparison with other implementations see: - # http://lists.gnu.org/archive/html/coreutils/2016-06/msg00015.html - # http://lists.gnu.org/archive/html/coreutils/2016-07/msg00011.html + # https://lists.gnu.org/archive/html/coreutils/2016-06/msg00015.html + # https://lists.gnu.org/archive/html/coreutils/2016-07/msg00011.html ['ts1', '-t8,9', {IN=>"x\t \t y\n"}, {OUT=>"x\t\t\t y\n"}], # There is no ambiguity here. This should always be the output. ['ts2', '-t5,8', {IN=>"x\t \t y\n"}, {OUT=>"x\t\t y\n"}], diff --git a/tests/misc/uniq-perf.sh b/tests/misc/uniq-perf.sh index e1878a699..70ef28cdb 100755 --- a/tests/misc/uniq-perf.sh +++ b/tests/misc/uniq-perf.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ uniq diff --git a/tests/misc/uniq.pl b/tests/misc/uniq.pl index 7961359e0..b06d9e354 100755 --- a/tests/misc/uniq.pl +++ b/tests/misc/uniq.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/wc-files0-from.pl b/tests/misc/wc-files0-from.pl index a99352706..3350521ec 100755 --- a/tests/misc/wc-files0-from.pl +++ b/tests/misc/wc-files0-from.pl @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/wc-files0.sh b/tests/misc/wc-files0.sh index 51ed388db..e5a850530 100755 --- a/tests/misc/wc-files0.sh +++ b/tests/misc/wc-files0.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ wc diff --git a/tests/misc/wc-parallel.sh b/tests/misc/wc-parallel.sh index 271d5d7c7..217b7511d 100755 --- a/tests/misc/wc-parallel.sh +++ b/tests/misc/wc-parallel.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ wc diff --git a/tests/misc/wc-proc.sh b/tests/misc/wc-proc.sh index 0ab491738..71bf35f13 100755 --- a/tests/misc/wc-proc.sh +++ b/tests/misc/wc-proc.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ wc diff --git a/tests/misc/wc.pl b/tests/misc/wc.pl index b8d9a042f..e9ef59362 100755 --- a/tests/misc/wc.pl +++ b/tests/misc/wc.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/xattr.sh b/tests/misc/xattr.sh index 9f7d18b4e..c8c879e85 100755 --- a/tests/misc/xattr.sh +++ b/tests/misc/xattr.sh @@ -16,7 +16,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp mv ginstall diff --git a/tests/misc/xstrtol.pl b/tests/misc/xstrtol.pl index 078699a1b..5514da21d 100755 --- a/tests/misc/xstrtol.pl +++ b/tests/misc/xstrtol.pl @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. use strict; diff --git a/tests/misc/yes.sh b/tests/misc/yes.sh index 999493869..c8a12628e 100755 --- a/tests/misc/yes.sh +++ b/tests/misc/yes.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ yes |
