summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-16 11:28:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-16 11:28:02 (GMT)
commit11b82246f4a51641ec77f71bdd78312cfac9651b (patch)
tree758133ac2a88e4c0fac270610f5fb4074d12a1c9 /tests
parente1b4301a7bfca5a02daa7127e219efc7d76b29bc (diff)
parent1015fa89c934c0680ab3ae7feba0bac896e12b55 (diff)
downloadtk-11b82246f4a51641ec77f71bdd78312cfac9651b.zip
tk-11b82246f4a51641ec77f71bdd78312cfac9651b.tar.gz
tk-11b82246f4a51641ec77f71bdd78312cfac9651b.tar.bz2
Merge 8.6
Diffstat (limited to 'tests')
-rw-r--r--tests/send.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/send.test b/tests/send.test
index a71f137..949ce03 100644
--- a/tests/send.test
+++ b/tests/send.test
@@ -523,10 +523,10 @@ test send-10.19 {SendEventProc procedure, send exits} {secureserver testsend} {
set x
} {1 {target application died}}
-test send-11.1 {AppendPropCarefully and AppendErrorProc procedures} {secureserver testsend} {
+test send-11.1 {AppendPropCarefully and AppendErrorProc procedures} -constraints {secureserver testsend} -body {
testsend prop root InterpRegistry "0x21447 dummy\n"
- list [catch {send dummy foo} msg] $msg
-} {1 {no application named "dummy"}}
+ send dummy foo
+} -returnCodes 1 -match regexp -result {^(target application died|no application named "dummy")$}
test send-11.2 {AppendPropCarefully and AppendErrorProc procedures} {secureserver testsend} {
testsend prop comm Comm "c\n-r0x123 44\n-n tktest\n-s concat a b c\n"
update