test-framework-sh: Don't leave temporary directories on NetBSD.
[gnulib.git] / tests / test-mbrtoc32-1.sh
blob85abbdad9d4868a152648b148e358e4b73f80a7c
1 #!/bin/sh
3 # Test whether the POSIX locale has encoding errors.
4 LC_ALL=C \
5 ${CHECKER} ./test-mbrtoc32${EXEEXT} 1 || exit 1
6 LC_ALL=POSIX \
7 ${CHECKER} ./test-mbrtoc32${EXEEXT} 1 || exit 1
9 exit 0