diff options
author | culler <culler> | 2018-12-17 20:46:39 (GMT) |
---|---|---|
committer | culler <culler> | 2018-12-17 20:46:39 (GMT) |
commit | 1ff30f9247f746a8f8e2508efc89e665270c50d6 (patch) | |
tree | 0e0d841e1d5c354767466d0b0cff2544fcd6bbd0 /tests | |
parent | be0681043b753334bead0bdbb13c3a2fefc01e45 (diff) | |
download | tk-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')
-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 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 ### |