summaryrefslogtreecommitdiff
path: root/tests/misc/sort-merge-fdlimit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/sort-merge-fdlimit.sh')
-rwxr-xr-xtests/misc/sort-merge-fdlimit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sort-merge-fdlimit.sh b/tests/misc/sort-merge-fdlimit.sh
index 520d3aba6..71eb5ec44 100755
--- a/tests/misc/sort-merge-fdlimit.sh
+++ b/tests/misc/sort-merge-fdlimit.sh
@@ -57,7 +57,7 @@ done
# ordinary redirection on the 'sort' command. This is intended to
# work around bugs in OpenBSD /bin/sh, and some other sh variants,
# that squirrel away file descriptors before closing them; see
-# <http://lists.gnu.org/archive/html/bug-tar/2010-10/msg00075.html>.
+# <https://lists.gnu.org/archive/html/bug-tar/2010-10/msg00075.html>.
# This test finds the bug only with shells that do not close FDs on
# exec, and will miss the bug (if present) on other shells, but it's
# not easy to fix this without running afoul of the OpenBSD-like sh bugs.