1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/tests/test-strncasecmp-1.sh
Bruno Haible 0a9ad49feb strncasecmp: Add tests.
* tests/test-strncasecmp-1.sh: New file.
* tests/test-strncasecmp-2.sh: New file.
* tests/test-strncasecmp.c: New file.
* modules/strncasecmp-tests: New file.
2025-02-16 18:24:16 +01:00

10 lines
175 B
Bash
Executable File

#!/bin/sh
# Test in the POSIX locale.
LC_ALL=C \
${CHECKER} ./test-strncasecmp${EXEEXT} 1 || exit 1
LC_ALL=POSIX \
${CHECKER} ./test-strncasecmp${EXEEXT} 1 || exit 1
exit 0