mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2003-11-12 Ulrich Drepper <drepper@redhat.com> * posix/PTESTS: Cleanup. Fix typoes. Correct bugs in 2003.2. * posix/runptests.c (main): Handle comments. * posix/PTESTS2C.sed: Handle comments.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* POSIX regex testsuite from IEEE 2003.2.
|
||||
Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998, 2003 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
|
||||
|
||||
@@ -50,6 +50,8 @@ main (int argc, char *argv[])
|
||||
(int) strlen (tests[cnt].reg),
|
||||
"-----------------------------------------------------");
|
||||
}
|
||||
else if (tests[cnt].reg == NULL)
|
||||
printf ("!!! %s\n", tests[cnt].str);
|
||||
else
|
||||
{
|
||||
regex_t re;
|
||||
|
||||
Reference in New Issue
Block a user