diff options
author | fvogel <fvogelnew1@free.fr> | 2017-01-05 22:31:16 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-01-05 22:31:16 (GMT) |
commit | 297d6b201c940ded0bf08c3e6302275f6e933241 (patch) | |
tree | f92e97511241e4f3fc2056598db849f369e19fa0 /tests | |
parent | cd111d9992980af622f72bc4ce213b300c4bd728 (diff) | |
parent | 90e21ab406bd1e438de68fcc7790a3534c37ea60 (diff) | |
download | tk-297d6b201c940ded0bf08c3e6302275f6e933241.zip tk-297d6b201c940ded0bf08c3e6302275f6e933241.tar.gz tk-297d6b201c940ded0bf08c3e6302275f6e933241.tar.bz2 |
Fix [dac92f194c]: OS X - text-2.8 and text-2.9 are both run and fail
Diffstat (limited to 'tests')
-rw-r--r-- | tests/text.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/text.test b/tests/text.test index fa74e36..1beaf55 100644 --- a/tests/text.test +++ b/tests/text.test @@ -922,9 +922,9 @@ test text-2.8 {Tk_TextCmd procedure} -constraints { .t tag cget sel -relief } -cleanup { destroy .t -} -result {solid} +} -result {flat} test text-2.9 {Tk_TextCmd procedure} -constraints { - unix + unix notAqua } -body { catch {destroy .t} text .t |