summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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 030a369..85cbeff 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 source -encoding utf-8 [file join [testsDirectory] $file]
concat ""
} {}
incr testNum