summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-07-04 07:08:10 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-07-04 07:08:10 (GMT)
commit976439eb120e6430af793aa862afdbbc12918f97 (patch)
tree0c56bedd0d1c2a050ca1971cd8e57845e578299d /tests
parent3a0077a7d99b725bc6c2486332c696437aee35db (diff)
parent23a120bd9b48ebb397199cee645539d20e6e51de (diff)
downloadtk-976439eb120e6430af793aa862afdbbc12918f97.zip
tk-976439eb120e6430af793aa862afdbbc12918f97.tar.gz
tk-976439eb120e6430af793aa862afdbbc12918f97.tar.bz2
Fix [119bb094af]: wm-iconbitmap-1.4 and wm-iconbitmap-2.1 fail on macOS
Diffstat (limited to 'tests')
-rw-r--r--tests/wm.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wm.test b/tests/wm.test
index b543d9a..119e614 100644
--- a/tests/wm.test
+++ b/tests/wm.test
@@ -737,11 +737,11 @@ 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}
-test wm-iconbitmap-2.1 {setting and reading values} -setup {
+test wm-iconbitmap-2.1 {setting and reading values} -constraints notAqua -setup {
set result {}
} -body {
lappend result [wm iconbitmap .t]