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
malloca: Silence a warning from clang's memory sanitizer.
[gnulib.git]
/
tests
/
test-mbrtowc5.sh
blob
c10b228c8ea667fb03d88f26feb772949cf8001b
1
#!/bin/sh
2
# Test whether the POSIX locale has encoding errors.
3
LC_ALL
=
C \
4
.
/
test-mbrtowc
${EXEEXT}
5
||
exit
5
LC_ALL
=
POSIX \
6
.
/
test-mbrtowc
${EXEEXT}
5