summaryrefslogtreecommitdiffstats
path: root/tests/chan.test
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2022-09-20 03:12:41 (GMT)
committerkjnash <k.j.nash@usa.net>2022-09-20 03:12:41 (GMT)
commit716fc0545e401cd7e7b733207f04cd92d476f92e (patch)
tree6c2d43115eebae4fb637c089ab07da0a143d5f56 /tests/chan.test
parent5f0c43664685bc2ee4df68984143d273a7d23ad6 (diff)
parentb237b6f20877470c49a9c2c82376257f6fa19fb6 (diff)
downloadtcl-716fc0545e401cd7e7b733207f04cd92d476f92e.zip
tcl-716fc0545e401cd7e7b733207f04cd92d476f92e.tar.gz
tcl-716fc0545e401cd7e7b733207f04cd92d476f92e.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/chan.test')
-rw-r--r--tests/chan.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chan.test b/tests/chan.test
index 92846d5..4155c36 100644
--- a/tests/chan.test
+++ b/tests/chan.test
@@ -55,13 +55,13 @@ test chan-4.3 {chan command: [Bug 800753]} -body {
} -returnCodes error -match glob -result {bad value*}
test chan-4.4 {chan command: check valid inValue, no outValue} -body {
chan configure stdout -eofchar [list \x27 {}]
-} -returnCodes ok -result {}
+} -result {}
test chan-4.5 {chan command: check valid inValue, invalid outValue} -body {
chan configure stdout -eofchar [list \x27 \x80]
} -returnCodes error -match glob -result {bad value for -eofchar:*}
test chan-4.6 {chan command: check no inValue, valid outValue} -body {
chan configure stdout -eofchar [list {} \x27]
-} -returnCodes ok -result {} -cleanup {chan configure stdout -eofchar [list {} {}]}
+} -result {} -cleanup {chan configure stdout -eofchar [list {} {}]}
test chan-5.1 {chan command: copy subcommand} -body {
chan copy foo