summaryrefslogtreecommitdiff
path: root/tests/test-perror2.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
committerBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
commit03eac9d394567d707a74826dfc9c305555946597 (patch)
treedf5743f58e2f39dd8ad3b30da118b3afad285c9e /tests/test-perror2.c
parentb7773f3f796588544f36b45be274f42b36b42149 (diff)
downloadgnulib-03eac9d394567d707a74826dfc9c305555946597.tar.gz
all: Replace many more http URLs by https URLs. Update stale URLs.
* users.txt: Remove mention of 'newts'. * lib/localename.c: Update comment about LANG_SOTHO.
Diffstat (limited to 'tests/test-perror2.c')
-rw-r--r--tests/test-perror2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-perror2.c b/tests/test-perror2.c
index df939bd826..3cc1a920f9 100644
--- a/tests/test-perror2.c
+++ b/tests/test-perror2.c
@@ -121,10 +121,10 @@ main (void)
perror (NULL);
#if 0
/* Commented out until cygwin behaves:
- http://sourceware.org/ml/newlib/2011/msg00228.html */
+ https://sourceware.org/ml/newlib/2011/msg00228.html */
ASSERT (errno > 0);
/* Commented out until glibc behaves:
- http://sourceware.org/bugzilla/show_bug.cgi?id=12792 */
+ https://sourceware.org/bugzilla/show_bug.cgi?id=12792 */
ASSERT (ferror (stderr));
#endif
}