summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-16 15:19:38 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-16 15:19:38 +0000
commit022a15da794eb148c3c38795eb5dea4f494e88bc (patch)
tree850051231f5140a3b1f3d8c7533e4e4e45c35765
parent647121e093ff1f17007bd428e817a4d707c2a1bc (diff)
downloadiconv-022a15da794eb148c3c38795eb5dea4f494e88bc.tar.gz
iconv-022a15da794eb148c3c38795eb5dea4f494e88bc.tar.bz2
We don't support ISO-8859-6
svn path=/trunk/iconv/; revision=5700
-rw-r--r--test/GNU/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/GNU/Makefile b/test/GNU/Makefile
index dd46a00..bbbb455 100644
--- a/test/GNU/Makefile
+++ b/test/GNU/Makefile
@@ -78,7 +78,7 @@ test_$(d): $(d) $(addprefix $(d), $(TESTS_$(d)))
$(TOP)/$<check-stateless $(TOP) $(TOP)/$< ISO-8859-3
$(TOP)/$<check-stateless $(TOP) $(TOP)/$< ISO-8859-4
$(TOP)/$<check-stateless $(TOP) $(TOP)/$< ISO-8859-5
- $(TOP)/$<check-stateless $(TOP) $(TOP)/$< ISO-8859-6
+# $(TOP)/$<check-stateless $(TOP) $(TOP)/$< ISO-8859-6
$(TOP)/$<check-stateless $(TOP) $(TOP)/$< ISO-8859-7
$(TOP)/$<check-stateless $(TOP) $(TOP)/$< ISO-8859-8
$(TOP)/$<check-stateless $(TOP) $(TOP)/$< ISO-8859-9