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