summaryrefslogtreecommitdiffstats
path: root/tests/main.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-29 10:05:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-29 10:05:00 (GMT)
commita22fd911c4fcdbc6c92423c582245a607610456c (patch)
tree4708f13cbf20eabf5ad8a9557b49f88ec735df5b /tests/main.test
parentbee15f4a247d30e3e4376247df154803efecf42c (diff)
downloadtk-a22fd911c4fcdbc6c92423c582245a607610456c.zip
tk-a22fd911c4fcdbc6c92423c582245a607610456c.tar.gz
tk-a22fd911c4fcdbc6c92423c582245a607610456c.tar.bz2
Mark more test-cases with "failsOnUbuntu"
Diffstat (limited to 'tests/main.test')
-rw-r--r--tests/main.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.test b/tests/main.test
index 7ab624f..deb0783 100644
--- a/tests/main.test
+++ b/tests/main.test
@@ -55,7 +55,7 @@ test main-2.2 {Tk_MainEx: -encoding option} -constraints stdio -setup {
removeFile script
} -result "script {} 0\n0\n"
- # Procedure to simulate interactive typing of commands, line by line,
+ # Procedure to simulate interactive typing of commands, line by line,
# for test 2.3
proc type {chan script} {
foreach line [split $script \n] {