diff options
author | fvogel <fvogelnew1@free.fr> | 2018-07-24 21:26:08 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-07-24 21:26:08 (GMT) |
commit | 18bcfb2a244bc55897d811948d087aabd9f63904 (patch) | |
tree | c91eef70f8a07c9c60e44302f120d8ee93ee78fd /tests | |
parent | c72614aa7113a1b37cc772f588f255860818b24a (diff) | |
download | tk-18bcfb2a244bc55897d811948d087aabd9f63904.zip tk-18bcfb2a244bc55897d811948d087aabd9f63904.tar.gz tk-18bcfb2a244bc55897d811948d087aabd9f63904.tar.bz2 |
Fix [dee98dcb15]: font-21.6 test fails on macOS
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 62afa5a..9ed40b4 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} |