summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/source.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/source.test b/tests/source.test
index f18b5ce..2f16259 100644
--- a/tests/source.test
+++ b/tests/source.test
@@ -120,7 +120,7 @@ test source-2.7 {utf-8 with BOM} -setup {
} -cleanup {
removeFile $sourcefile
} -result {new-y}
-foreach {n e} {8 identity 9 cp1250 10 cp1251 11 cp1252 12 cp1253 13 cp1254 14 cp1255 15 cp1256 16 cp1257 17 cp1258} {
+foreach {n e} {8 utf-8 9 identity 10 cp1252} {
test source-2.$n [list $e with BOM] -setup {
set sourcefile [makeFile {} source.file]
set saveencoding [encoding system]