repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sigprocmask: Fix configuration failure on Solaris 10 (regr. 2020-07-25).
[gnulib.git]
/
tests
/
test-mbrtowc5.sh
blob
490496de2b69d97a55141cfcea6717541bb12818
1
#!/bin/sh
2
# Test whether the POSIX locale has encoding errors.
3
LC_ALL
=
C \
4
${CHECKER}
.
/
test-mbrtowc
${EXEEXT}
5
||
exit
5
LC_ALL
=
POSIX \
6
${CHECKER}
.
/
test-mbrtowc
${EXEEXT}
5