1#!/bin/sh
2# Test whether the POSIX locale has encoding errors.
3LC_ALL=C \
4${CHECKER} ./test-mbrtowc${EXEEXT} 5 || exit
5LC_ALL=POSIX \
6${CHECKER} ./test-mbrtowc${EXEEXT} 5
7