annotate tests/test-mbscasestr4.sh @ 8438:238942284e2f
Allow the use of a destructor for the values stored in the list.
author |
Bruno Haible <bruno@clisp.org> |
date |
Fri, 16 Mar 2007 00:30:06 +0000 |
parents |
09c7b4be2238 |
children |
|
rev |
line source |
8134
|
1 #!/bin/sh |
|
2 |
|
3 # Test whether a specific Turkish locale is installed. |
|
4 : ${LOCALE_TR_UTF8=tr_TR.UTF-8} |
|
5 if test $LOCALE_TR_UTF8 = none; then |
|
6 if test -f /usr/bin/localedef; then |
|
7 echo "Skipping test: no turkish Unicode locale is installed" |
|
8 else |
|
9 echo "Skipping test: no turkish Unicode locale is supported" |
|
10 fi |
|
11 exit 77 |
|
12 fi |
|
13 |
|
14 LC_ALL=$LOCALE_TR_UTF8 \ |
|
15 ./test-mbscasestr4${EXEEXT} |