summaryrefslogtreecommitdiffstats
path: root/tests/unixFont.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-23 09:42:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-23 09:42:02 (GMT)
commit3acc3fa16194242d5c2699b32871a3e91c1595be (patch)
tree6d61f2668d91c960ec9ea5bc51c8f6bb4be24892 /tests/unixFont.test
parente02e1dd873a053c3cd75ad61fcc798be27392557 (diff)
downloadtk-3acc3fa16194242d5c2699b32871a3e91c1595be.zip
tk-3acc3fa16194242d5c2699b32871a3e91c1595be.tar.gz
tk-3acc3fa16194242d5c2699b32871a3e91c1595be.tar.bz2
Account for test-cases which we already know are failing on Ubuntu
Diffstat (limited to 'tests/unixFont.test')
-rw-r--r--tests/unixFont.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unixFont.test b/tests/unixFont.test
index f4cc3dd..5c22e3a 100644
--- a/tests/unixFont.test
+++ b/tests/unixFont.test
@@ -45,7 +45,7 @@ toplevel .b
wm geom .b +0+0
update idletasks
-testConstraint failsOnUbuntu [expr {![info exists ::env(TRAVIS_OS_NAME)] || ![string match linux $::env(TRAVIS_OS_NAME)]}]
+testConstraint failsOnUbuntu [expr {![info exists ::env(CI)] || ![string match Linux $::tcl_platform(os)]}]
# Font should be fixed width and have chars missing below char 32, so can
# test control char expansion and missing character code.