1
0
Fork 0
coreutils/gnulib-tests/test-btowc-1.sh
Daniel Baumann c08a8f7410
Adding upstream version 9.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 07:57:52 +02:00

9 lines
188 B
Bash
Executable file

#!/bin/sh
# Test whether the POSIX locale has encoding errors.
LC_ALL=C \
${CHECKER} ./test-btowc${EXEEXT} 1 || exit 1
LC_ALL=POSIX \
${CHECKER} ./test-btowc${EXEEXT} 1 || exit 1
exit 0