diff options
author | fvogel <fvogelnew1@free.fr> | 2018-12-07 21:30:55 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-12-07 21:30:55 (GMT) |
commit | b8cf9c7dcf74f1608c10559d77b394c2e9d75aec (patch) | |
tree | 4484e1bd0d6ab3818644df2f44b21ecb792b90f6 | |
parent | d2012724b16532a0594432171a2ea54a9bace17b (diff) | |
download | tk-b8cf9c7dcf74f1608c10559d77b394c2e9d75aec.zip tk-b8cf9c7dcf74f1608c10559d77b394c2e9d75aec.tar.gz tk-b8cf9c7dcf74f1608c10559d77b394c2e9d75aec.tar.bz2 |
Fix error on constraint name: unix is not x11
-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 30b6553..f56eaa7 100644 --- a/tests/wm.test +++ b/tests/wm.test @@ -1517,7 +1517,7 @@ test wm-stackorder-5.1 {a menu is not a toplevel} -body { destroy .t } -result {.t .} test wm-stackorder-5.2 {A normal toplevel can't be raised above an \ - overrideredirect toplevel on unix} -constraints unix -body { + overrideredirect toplevel on unix} -constraints x11 -body { toplevel .t tkwait visibility .t wm overrideredirect .t 1 |