Skip to content

Commit 6f4a4d9

Browse files
author
jan.nijtmans
committed
Workaround for [da0fb78d20]: Tests send-6.[123] fail. Restore the constraints just as they were in Tk 9.0.
1 parent 64aa166 commit 6f4a4d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/send.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,16 @@ if {[testConstraint aqua]} {
195195
childTkProcess create
196196
}
197197

198-
test send-6.1 {ServerSecure procedure} {notMacCI secureserver} {
198+
test send-6.1 {ServerSecure procedure} {nonPortable secureserver notAqua} {
199199
set a 44
200200
list [childTkProcess eval [list send [tk appname] set a 55]] $a
201201
} {55 55}
202-
test send-6.2 {ServerSecure procedure} {notMacCI secureserver xhost} {
202+
test send-6.2 {ServerSecure procedure} {nonPortable secureserver xhost notAqua} {
203203
set a 22
204204
exec xhost [exec hostname]
205205
list [catch {childTkProcess eval [list send [tk appname] set a 33]} msg] $a $msg
206206
} {0 22 {X server insecure (must use xauth-style authorization); command ignored}}
207-
test send-6.3 {ServerSecure procedure} {notMacCI secureserver xhost} {
207+
test send-6.3 {ServerSecure procedure} {nonPortable secureserver xhost notAqua} {
208208
set a abc
209209
exec xhost - [exec hostname]
210210
list [childTkProcess eval [list send [tk appname] set a new]] $a

0 commit comments

Comments
 (0)