summaryrefslogtreecommitdiffstats
path: root/tests/send.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-09 21:18:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-09 21:18:35 (GMT)
commit6f215e4f1bd7e94b409dcd44d59b7ff32ad28adc (patch)
treebfc369dd86333673f463caadc1112b68aa0d582a /tests/send.test
parent79cd5a9af9f30aa8390a5df0a1a0fada20a374d3 (diff)
downloadtk-6f215e4f1bd7e94b409dcd44d59b7ff32ad28adc.zip
tk-6f215e4f1bd7e94b409dcd44d59b7ff32ad28adc.tar.gz
tk-6f215e4f1bd7e94b409dcd44d59b7ff32ad28adc.tar.bz2
Stop xhost smash by the test suite; that can render a machine unusable.
Diffstat (limited to 'tests/send.test')
-rw-r--r--tests/send.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/send.test b/tests/send.test
index 9eab6c5..83677d9 100644
--- a/tests/send.test
+++ b/tests/send.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: send.test,v 1.9 2003/04/01 21:06:51 dgp Exp $
+# RCS: @(#) $Id: send.test,v 1.10 2003/07/09 21:18:36 dkf Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -153,7 +153,7 @@ test send-5.4 {ValidateName procedure} {secureserver testsend} {
winfo interps
} {test}
-if {[testConstraint xhost]} {
+if {[testConstraint nonPortable] && [testConstraint xhost]} {
winfo interps
tk appname tktest
update
@@ -168,12 +168,12 @@ test send-6.1 {ServerSecure procedure} {nonPortable secureserver} {
set a 44
list [dobg [list send [tk appname] set a 55]] $a
} {55 55}
-test send-6.2 {ServerSecure procedure} {nonPortable secureserver} {
+test send-6.2 {ServerSecure procedure} {nonPortable secureserver xhost} {
set a 22
exec xhost [exec hostname]
list [catch {dobg [list send [tk appname] set a 33]} msg] $a $msg
} {0 22 {X server insecure (must use xauth-style authorization); command ignored}}
-test send-6.3 {ServerSecure procedure} {nonPortable secureserver} {
+test send-6.3 {ServerSecure procedure} {nonPortable secureserver xhost} {
set a abc
exec xhost - [exec hostname]
list [dobg [list send [tk appname] set a new]] $a