5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Test in the C locale.
|
|
LC_ALL=C \
|
|
${CHECKER} ./test-unicodeio${EXEEXT} 1
|