summaryrefslogtreecommitdiffstats
path: root/tests/entry.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-01 09:12:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-01 09:12:10 (GMT)
commite7f64ee4127a66beb4beb34aa162ad871b2c569b (patch)
tree2e4f26a171b4fee905bf7ff018b1cdb8e791dc39 /tests/entry.test
parent32fd820c915bae23b016062081b921b3feec4ca8 (diff)
parent231368f73de8a15b94a1cd60793e52c8d6f6d052 (diff)
downloadtk-e7f64ee4127a66beb4beb34aa162ad871b2c569b.zip
tk-e7f64ee4127a66beb4beb34aa162ad871b2c569b.tar.gz
tk-e7f64ee4127a66beb4beb34aa162ad871b2c569b.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/entry.test')
-rw-r--r--tests/entry.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/entry.test b/tests/entry.test
index 56745d6..bc246e8 100644
--- a/tests/entry.test
+++ b/tests/entry.test
@@ -12,7 +12,7 @@ eval tcltest::configure $argv
tcltest::loadTestedCommands
testConstraint failsOnUbuntu [expr {![info exists ::env(TRAVIS_OS_NAME)] || ![string match linux $::env(TRAVIS_OS_NAME)]}]
-testConstraint failsOnUbuntuNoXft [expr {[testConstraint failsOnUbuntu] || ([catch {tk::pkgconfig get fontsystem} fs] || ($fs ne "xft"))}]
+testConstraint failsOnUbuntuNoXft [expr {[testConstraint failsOnUbuntu] || (![catch {tk::pkgconfig get fontsystem} fs] && ($fs eq "xft"))}]
# For xscrollcommand
set scrollInfo {}