diff options
author | fvogel <fvogelnew1@free.fr> | 2018-06-18 20:08:07 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-06-18 20:08:07 (GMT) |
commit | cff7706d42b7693a69450d6e8a20fa1729acda21 (patch) | |
tree | e5805a015c86b2704fc9908ec5fbe249004088a5 | |
parent | 781026638df5f115cf08f41c3a285b75bef71e5d (diff) | |
download | tk-cff7706d42b7693a69450d6e8a20fa1729acda21.zip tk-cff7706d42b7693a69450d6e8a20fa1729acda21.tar.gz tk-cff7706d42b7693a69450d6e8a20fa1729acda21.tar.bz2 |
Fix [68b78ef96a]: wm-attributes-1.2.5 fails on macOS
-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..b543d9a 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, -modified, -notify, or -titlepath} +} -result {bad attribute "_": must be -alpha, -fullscreen, -modified, -notify, -titlepath, -topmost, or -transparent} ### wm client ### |