diff options
author | fvogel <fvogelnew1@free.fr> | 2018-06-28 19:42:42 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-06-28 19:42:42 (GMT) |
commit | 12131225bf21880bcc2dee43cf15297288556d0a (patch) | |
tree | dfe7a3f8dff75fdd81d145df1ed987ea05ebae75 /tests/wm.test | |
parent | 781026638df5f115cf08f41c3a285b75bef71e5d (diff) | |
download | tk-12131225bf21880bcc2dee43cf15297288556d0a.zip tk-12131225bf21880bcc2dee43cf15297288556d0a.tar.gz tk-12131225bf21880bcc2dee43cf15297288556d0a.tar.bz2 |
Fix [119bb094af]: wm-iconbitmap-1.4 fails on macOS
Diffstat (limited to 'tests/wm.test')
-rw-r--r-- | tests/wm.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wm.test b/tests/wm.test index afcc2cd..9e3829b 100644 --- a/tests/wm.test +++ b/tests/wm.test @@ -737,7 +737,7 @@ test wm-iconbitmap-1.2.2 {usage} -constraints win -returnCodes error -body { test wm-iconbitmap-1.3 {usage} -constraints win -returnCodes error -body { wm iconbitmap .t 12 13 } -result {illegal option "12" must be "-default"} -test wm-iconbitmap-1.4 {usage} -returnCodes error -body { +test wm-iconbitmap-1.4 {usage} -constraints notAqua -returnCodes error -body { wm iconbitmap .t bad-bitmap } -result {bitmap "bad-bitmap" not defined} |