diff options
Diffstat (limited to 'tests/rm/readdir-bug.sh')
| -rwxr-xr-x | tests/rm/readdir-bug.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/readdir-bug.sh b/tests/rm/readdir-bug.sh index 7d9912059..b782e603f 100755 --- a/tests/rm/readdir-bug.sh +++ b/tests/rm/readdir-bug.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 @@ -23,7 +23,7 @@ print_ver_ rm # Create a directory containing many files. # What counts is a combination of the number of files and # the lengths of their names. For details, see -# http://lists.gnu.org/archive/html/bug-coreutils/2006-09/msg00326.html +# https://lists.gnu.org/archive/html/bug-coreutils/2006-09/msg00326.html mkdir b || framework_failure_ cd b || framework_failure_ for i in $(seq 1 250); do |
