summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-23 11:07:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-23 11:07:51 (GMT)
commite164fe342189dd2f98830e9b3854b56519d8bf74 (patch)
tree2175885f6b99458738e20ec543e46162258252c8 /tests
parent05e4fd3bf63de0be170aaf67df185f01c30f6ea0 (diff)
downloadtk-e164fe342189dd2f98830e9b3854b56519d8bf74.zip
tk-e164fe342189dd2f98830e9b3854b56519d8bf74.tar.gz
tk-e164fe342189dd2f98830e9b3854b56519d8bf74.tar.bz2
One more use of "source -encoding utf-8", in case we are running with Tcl 8.6
Diffstat (limited to 'tests')
-rw-r--r--tests/visual_bb.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual_bb.test b/tests/visual_bb.test
index eda67e4..36612a9 100644
--- a/tests/visual_bb.test
+++ b/tests/visual_bb.test
@@ -23,7 +23,7 @@ proc runTest {file} {
global testNum
test "2.$testNum" "testing $file" {userInteraction} {
- uplevel \#0 source [file join [testsDirectory] $file]
+ uplevel #0 [list source -encoding utf-8 [file join [testsDirectory] $file]]
concat ""
} {}
incr testNum