diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-29 10:05:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-29 10:05:00 (GMT) |
commit | a22fd911c4fcdbc6c92423c582245a607610456c (patch) | |
tree | 4708f13cbf20eabf5ad8a9557b49f88ec735df5b /tests/main.test | |
parent | bee15f4a247d30e3e4376247df154803efecf42c (diff) | |
download | tk-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.test | 2 |
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] { |