Changeset 2240 for trunk/src/libctests/glibc/posix/bug-regex18.c
- Timestamp:
- Jul 10, 2005, 11:12:06 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/posix/bug-regex18.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2239 r2240 61 61 int n, ret = 0; 62 62 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 64 69 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i) 65 70 { -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.