summaryrefslogtreecommitdiffstats
path: root/tests/textIndex.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-10 13:10:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-10 13:10:23 (GMT)
commitfdf8dbb801759671f5e6c83be96cf8f78a8cb3cc (patch)
tree6be51a127548928e9608a8cad4ba3aca1f2fc2cf /tests/textIndex.test
parent23f8f1f53c2ab0960a3389b9342637f928e27e2b (diff)
parent0e5885d7fab885a2ef6ee3d709a6745b0bf585fb (diff)
downloadtk-fdf8dbb801759671f5e6c83be96cf8f78a8cb3cc.zip
tk-fdf8dbb801759671f5e6c83be96cf8f78a8cb3cc.tar.gz
tk-fdf8dbb801759671f5e6c83be96cf8f78a8cb3cc.tar.bz2
Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use it
Diffstat (limited to 'tests/textIndex.test')
-rw-r--r--tests/textIndex.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textIndex.test b/tests/textIndex.test
index 4db3548..bd4e955 100644
--- a/tests/textIndex.test
+++ b/tests/textIndex.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
-package require tcltest 2.1
+package require tcltest 2.2
eval tcltest::configure $argv
tcltest::loadTestedCommands
namespace import -force tcltest::test
@@ -17,7 +17,7 @@ pack .t -expand 1 -fill both
update
.t debug on
wm geometry . {}
-
+
# The statements below reset the main window; it's needed if the window
# manager is mwm to make mwm forget about a previous minimum size setting.