diff options
author | fvogel <fvogelnew1@free.fr> | 2019-01-27 13:38:05 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-01-27 13:38:05 (GMT) |
commit | 9747a9414bed5cfde9117d6af3dd076cdd21e15a (patch) | |
tree | 997f3c741fa46c385bb15873ddd2b86c83502aba /tests/unixEmbed.test | |
parent | 9aa9f3289047d44aeb99520da7b94bb2cdd5d118 (diff) | |
download | tk-9747a9414bed5cfde9117d6af3dd076cdd21e15a.zip tk-9747a9414bed5cfde9117d6af3dd076cdd21e15a.tar.gz tk-9747a9414bed5cfde9117d6af3dd076cdd21e15a.tar.bz2 |
Make unixEmbed-3.2 pass on macOS even with the deployment target when unixEmbed-1.5a was run before.
Diffstat (limited to 'tests/unixEmbed.test')
-rw-r--r-- | tests/unixEmbed.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test index 0ab275d..ecdab0d 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -386,6 +386,7 @@ test unixEmbed-3.2 {ContainerEventProc procedure, set size on creation} -constra unix } -setup { deleteWindows + update } -body { toplevel .t1 -container 1 wm geometry .t1 +0+0 |