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