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
openat: don’t close (-1)
[gnulib.git]
/
tests
/
test-mbstoc32s-1.sh
blob
0e3c7bc0c8009b20ab82100272f579a5810b024d
1
#!/bin/sh
2
3
# Test whether the POSIX locale has encoding errors.
4
LC_ALL
=
C \
5
${CHECKER}
.
/
test-mbstoc32s
${EXEEXT}
1
||
exit
1
6
LC_ALL
=
POSIX \
7
${CHECKER}
.
/
test-mbstoc32s
${EXEEXT}
1
||
exit
1
8
9
exit
0