Ignore:
Timestamp:
Jul 10, 2005, 11:12:06 AM (20 years ago)
Author:
bird
Message:

Replaced BSD regex with the new GLIBC implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/posix/bug-regex18.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2239 r2240  
    6161  int n, ret = 0;
    6262
    63   setlocale (LC_ALL, "tr_TR.UTF-8");
     63  if (!setlocale (LC_ALL, "tr_TR.UTF-8"))
     64    {
     65      printf ("bug-regex18: setlocale for tr_TR.UTF-8 failed, SKIPPING the test.\n");
     66      return 0;
     67    }
     68
    6469  for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)
    6570    {
Note: See TracChangeset for help on using the changeset viewer.