diff options
author | fvogel <fvogelnew1@free.fr> | 2018-08-21 19:26:18 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-08-21 19:26:18 (GMT) |
commit | 6c7a9faeca9fbce502671b422719c121c9490c9a (patch) | |
tree | 700b51a6e886f1dc2439c35485b8e484a9fa6afa /tests | |
parent | 2d9d343b3745321bfc0cbca674db510b02aa79af (diff) | |
parent | 7452cb833d9a8aa71fbbdb43300a54ccf82ea971 (diff) | |
download | tk-6c7a9faeca9fbce502671b422719c121c9490c9a.zip tk-6c7a9faeca9fbce502671b422719c121c9490c9a.tar.gz tk-6c7a9faeca9fbce502671b422719c121c9490c9a.tar.bz2 |
Fix [dee98dcb15]: font-21.6 test fails on macOS, by skipping the test on this OS
Diffstat (limited to 'tests')
-rw-r--r-- | tests/font.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/font.test b/tests/font.test index 11c9071..badfc4e 100644 --- a/tests/font.test +++ b/tests/font.test @@ -921,7 +921,7 @@ test font-21.5 {Tk_PostscriptFontName procedure: spaces} -constraints { } } -result {LucidaBright} test font-21.6 {Tk_PostscriptFontName procedure: spaces} -constraints { - unix + x11 } -body { psfontname "{new century schoolbook} 10" } -result {NewCenturySchlbk-Roman} |