diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 14:55:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 14:55:10 +0300 |
commit | 00ef0423acd97cb964a2bae54c93a03a8ab50e5e (patch) | |
tree | 2864426773f537f912db1bd716c27b713c5f7dcf /test/localenl.sh | |
parent | 3ba50a15ebd976f7a88393e2e45dc14b6478b9a9 (diff) | |
download | gawk-00ef0423acd97cb964a2bae54c93a03a8ab50e5e.tar.gz |
Move to 3.1.8.gawk-3.1.8
Diffstat (limited to 'test/localenl.sh')
-rwxr-xr-x | test/localenl.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/localenl.sh b/test/localenl.sh index 2c7e78ce..ec1ad31c 100755 --- a/test/localenl.sh +++ b/test/localenl.sh @@ -35,7 +35,8 @@ AWK=${AWK:-../gawk} -for LC_ALL in C UNKNOWN POSIX en_US.ISO-8859-1 en_US.UTF-8 +# April 2010: Remove UNKNOWN, causes spurious failures on some systems +for LC_ALL in C POSIX en_US.ISO-8859-1 en_US.UTF-8 #UNKNOWN do export LC_ALL cat <<EOF | |