aboutsummaryrefslogtreecommitdiffstats
path: root/test/localenl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/localenl.sh')
-rwxr-xr-xtest/localenl.sh3
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 |