summaryrefslogtreecommitdiff
path: root/tests/misc/seq-long-double.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/misc/seq-long-double.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/misc/seq-long-double.sh')
-rwxr-xr-xtests/misc/seq-long-double.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/misc/seq-long-double.sh b/tests/misc/seq-long-double.sh
index 4eca0a757..f202046f7 100755
--- a/tests/misc/seq-long-double.sh
+++ b/tests/misc/seq-long-double.sh
@@ -23,8 +23,7 @@ print_ver_ seq
getlimits_
# Run this test only with glibc and sizeof (long double) > sizeof (double).
-# Otherwise, there are known failures:
-# http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14939/focus=14944
+# Otherwise, there are known failures.
cat <<\EOF > long.c
#include <features.h>
#if defined __GNU_LIBRARY__ && __GLIBC__ >= 2