mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
maint: modernize URLs
A lot of this is converting http: to https:. Also, gmane went away, so remove URLs that no longer work and are not easy to figure out what they were. Some of this stuff is so old that it no longer matters anyway.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Exercise the fix for http://debbugs.gnu.org/8419
|
||||
# Exercise the fix for https://bugs.gnu.org/8419
|
||||
|
||||
# Copyright (C) 2011-2017 Free Software Foundation, Inc.
|
||||
|
||||
|
||||
@@ -26,8 +26,6 @@ touch fiemap_chk
|
||||
if fiemap_capable_ fiemap_chk && ! df -t ext3 . >/dev/null; then
|
||||
: # Current partition has working extents. Good!
|
||||
else
|
||||
# FIXME: temporarily(?) skip this variant, at least until after this bug
|
||||
# is fixed: http://thread.gmane.org/gmane.comp.file-systems.ext4/24495
|
||||
skip_ "current file system has insufficient FIEMAP support"
|
||||
|
||||
# It's not; we need to create one, hence we need root access.
|
||||
|
||||
Reference in New Issue
Block a user