summaryrefslogtreecommitdiff
path: root/tests/test-iswpunct.sh
blob: 366e18592a84526156cce4b9e2c2a07c46d417bd (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Test in the POSIX locale.
LC_ALL=C     ${CHECKER} ./test-iswpunct${EXEEXT} 0 || exit 1
LC_ALL=POSIX ${CHECKER} ./test-iswpunct${EXEEXT} 0 || exit 1

exit 0