5 lines
75 B
Bash
Executable file
5 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
|
|
LC_ALL=C ${CHECKER} ./test-nstrftime${EXEEXT} || exit 1
|
|
|
|
exit 0
|