maint.mk: Update system header list for #include syntax checks.
[gnulib.git] / tests / test-mbsrtowcs-1.sh
blobabac8d2eecd9459be1770427e5676277fa698334
1 #!/bin/sh
3 # Test whether the POSIX locale has encoding errors.
4 LC_ALL=C \
5 ${CHECKER} ./test-mbsrtowcs${EXEEXT} 1 || exit 1
6 LC_ALL=POSIX \
7 ${CHECKER} ./test-mbsrtowcs${EXEEXT} 1 || exit 1
9 exit 0