summaryrefslogtreecommitdiffstats
path: root/tests/wm.test
diff options
context:
space:
mode:
authorculler <culler>2018-12-17 20:46:39 (GMT)
committerculler <culler>2018-12-17 20:46:39 (GMT)
commit1ff30f9247f746a8f8e2508efc89e665270c50d6 (patch)
tree0e0d841e1d5c354767466d0b0cff2544fcd6bbd0 /tests/wm.test
parentbe0681043b753334bead0bdbb13c3a2fefc01e45 (diff)
downloadtk-1ff30f9247f746a8f8e2508efc89e665270c50d6.zip
tk-1ff30f9247f746a8f8e2508efc89e665270c50d6.tar.gz
tk-1ff30f9247f746a8f8e2508efc89e665270c50d6.tar.bz2
Adjust wm.test to expect -type as a possible attribute on Aqua.
Diffstat (limited to 'tests/wm.test')
-rw-r--r--tests/wm.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wm.test b/tests/wm.test
index f56eaa7..7b81985 100644
--- a/tests/wm.test
+++ b/tests/wm.test
@@ -140,7 +140,7 @@ test wm-attributes-1.2.4 {usage} -constraints {unix notAqua} -returnCodes error
} -result {bad attribute "_": must be -alpha, -topmost, -zoomed, -fullscreen, or -type}
test wm-attributes-1.2.5 {usage} -constraints aqua -returnCodes error -body {
wm attributes . _
-} -result {bad attribute "_": must be -alpha, -fullscreen, -modified, -notify, -titlepath, -topmost, or -transparent}
+} -result {bad attribute "_": must be -alpha, -fullscreen, -modified, -notify, -titlepath, -topmost, -transparent, or -type}
### wm client ###