annotate tests/test-wcsnrtombs1.sh @ 17082:62741e75b7c5
poll/select: document portability problems not fixed by Gnulib.
* doc/posix-functions/poll.texi: poll does not work well on
pipes under Windows. It has the same limitations as select on
BeOS.
* doc/posix-functions/select.texi: select does not work well
on pipes under Windows.
author |
Paolo Bonzini <pbonzini@redhat.com> |
date |
Thu, 13 Sep 2012 08:51:16 +0200 |
parents |
f08a483da33c |
children |
|
rev |
line source |
10944
|
1 #!/bin/sh |
|
2 |
|
3 # Test in an ISO-8859-1 or ISO-8859-15 locale. |
|
4 : ${LOCALE_FR=fr_FR} |
|
5 if test $LOCALE_FR = none; then |
|
6 if test -f /usr/bin/localedef; then |
|
7 echo "Skipping test: no traditional french locale is installed" |
|
8 else |
|
9 echo "Skipping test: no traditional french locale is supported" |
|
10 fi |
|
11 exit 77 |
|
12 fi |
|
13 |
|
14 LC_ALL=$LOCALE_FR \ |
|
15 ./test-wcsnrtombs${EXEEXT} 1 |