diff options
author | fvogel <fvogelnew1@free.fr> | 2018-07-08 20:24:48 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-07-08 20:24:48 (GMT) |
commit | be769a9f843d1a931ccc3df4bf7721ab53026327 (patch) | |
tree | 4a93f24b51e5a74ef7637bbb888b7dfe42eb0e88 /tests/clipboard.test | |
parent | a8f1f6d99021f55663eeb09a142a00e287d32c42 (diff) | |
download | tk-be769a9f843d1a931ccc3df4bf7721ab53026327.zip tk-be769a9f843d1a931ccc3df4bf7721ab53026327.tar.gz tk-be769a9f843d1a931ccc3df4bf7721ab53026327.tar.bz2 |
Ditto for clipboard-6.2. Don't run this test on macOS, only on x11. This test checks X selection mechanisms that are only present on x11, not on unix aqua.
Diffstat (limited to 'tests/clipboard.test')
-rw-r--r-- | tests/clipboard.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clipboard.test b/tests/clipboard.test index 6077940..9019658 100644 --- a/tests/clipboard.test +++ b/tests/clipboard.test @@ -230,7 +230,7 @@ test clipboard-6.1 {Tk_ClipboardAppend procedure} -setup { } -cleanup { clipboard clear } -returnCodes ok -result {first chunk second chunk} -test clipboard-6.2 {Tk_ClipboardAppend procedure} -constraints unix -setup { +test clipboard-6.2 {Tk_ClipboardAppend procedure} -constraints x11 -setup { clipboard clear } -body { setupbg |