summaryrefslogtreecommitdiff
path: root/tests/test-fflush2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-fflush2.c')
-rw-r--r--tests/test-fflush2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-fflush2.c b/tests/test-fflush2.c
index 106e2573b8..1ac3dce4e8 100644
--- a/tests/test-fflush2.c
+++ b/tests/test-fflush2.c
@@ -36,7 +36,7 @@ main (int argc, char **argv)
case '1':
/* Check fflush after a backup ungetc() call. This is case 1a in
terms of
- <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00131.html>,
+ <https://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00131.html>,
according to the Austin Group's resolution on 2009-01-08. */
c = fgetc (stdin);
@@ -65,7 +65,7 @@ main (int argc, char **argv)
case '2':
/* Check fflush after a non-backup ungetc() call. This is case 2a in
terms of
- <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00131.html>,
+ <https://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00131.html>,
according to the Austin Group's resolution on 2009-01-08. */
/* Check that fflush after a non-backup ungetc() call discards the
ungetc buffer. This is mandated by POSIX