summaryrefslogtreecommitdiff
path: root/tests/cp/sparse-fiemap.sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-01-14 22:57:51 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-01-14 23:59:01 -0800
commit103d2b92da4bd5582dc598690458b07612ec846c (patch)
tree212f7ed7d2cafffbe372008c5193835facce9b10 /tests/cp/sparse-fiemap.sh
parent24622902cac1a178c6da0f8dd79e0444b43805fc (diff)
downloadcoreutils-103d2b92da4bd5582dc598690458b07612ec846c.tar.xz
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.
Diffstat (limited to 'tests/cp/sparse-fiemap.sh')
-rwxr-xr-xtests/cp/sparse-fiemap.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cp/sparse-fiemap.sh b/tests/cp/sparse-fiemap.sh
index a504cd9d9..74657a48e 100755
--- a/tests/cp/sparse-fiemap.sh
+++ b/tests/cp/sparse-fiemap.sh
@@ -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.