summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorculler <culler>2018-12-17 20:28:36 (GMT)
committerculler <culler>2018-12-17 20:28:36 (GMT)
commitbe0681043b753334bead0bdbb13c3a2fefc01e45 (patch)
treed0a9c1598789a483e094c82ed3c55e275ad1464d /tests
parentffbffcbec913bd431f27b7097320dcf22dee7a55 (diff)
downloadtk-be0681043b753334bead0bdbb13c3a2fefc01e45.zip
tk-be0681043b753334bead0bdbb13c3a2fefc01e45.tar.gz
tk-be0681043b753334bead0bdbb13c3a2fefc01e45.tar.bz2
On Aqua make "wm attribute pathname -type" return "unsupported" instead of crashing.
Diffstat (limited to 'tests')
-rw-r--r--tests/unixWm.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test
index d3edab2..12a2142 100644
--- a/tests/unixWm.test
+++ b/tests/unixWm.test
@@ -2495,7 +2495,8 @@ test unixWm-59.3 {exit processing} unix {
#
if {[tk windowingsystem] == "aqua"} {
set result_60_1 {-alpha 1.0 -fullscreen 0 -modified 0 -notify 0\
- -titlepath {} -topmost 0 -transparent 0}
+ -titlepath {} -topmost 0 -transparent 0\
+ -type unsupported}
} else {
set result_60_1 {-alpha 1.0 -topmost 0 -zoomed 0 -fullscreen 0 -type {}}
}