repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
openat: don’t close (-1)
[gnulib.git]
/
tests
/
test-fnmatch-1.sh
blob
7ecc27063aba400273f545abe68ec99719d7b80d
1
#!/bin/sh
2
3
# Test in the POSIX locale.
4
LC_ALL
=
C \
5
${CHECKER}
.
/
test-fnmatch
${EXEEXT}
1
||
exit
1
6
LC_ALL
=
POSIX \
7
${CHECKER}
.
/
test-fnmatch
${EXEEXT}
1
||
exit
1
8
9
exit
0