mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
0a9ad49feb
* 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.
10 lines
175 B
Bash
Executable File
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
|