summaryrefslogtreecommitdiff
path: root/tests/test-regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-regex.c')
-rw-r--r--tests/test-regex.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-regex.c b/tests/test-regex.c
index 37818e15a2..e8cf68a75e 100644
--- a/tests/test-regex.c
+++ b/tests/test-regex.c
@@ -48,7 +48,7 @@ main (void)
if (setlocale (LC_ALL, "en_US.UTF-8"))
{
{
- /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
+ /* https://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
This test needs valgrind to catch the bug on Debian
GNU/Linux 3.1 x86, but it might catch the bug better
on other platforms and it shouldn't hurt to try the
@@ -83,7 +83,7 @@ main (void)
{
/* This test is from glibc bug 15078.
The test case is from Andreas Schwab in
- <http://www.sourceware.org/ml/libc-alpha/2013-01/msg00967.html>.
+ <https://sourceware.org/ml/libc-alpha/2013-01/msg00967.html>.
*/
static char const pat[] = "[^x]x";
static char const data[] =
@@ -220,7 +220,7 @@ main (void)
}
/* Catch a bug reported by Vin Shelton in
- http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html
+ https://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html
*/
re_set_syntax (RE_SYNTAX_POSIX_BASIC
& ~RE_CONTEXT_INVALID_DUP