summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-12-10 15:58:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-12-10 15:58:23 (GMT)
commit8048c05964d4b0329fd31bed281ffe2e82e8358b (patch)
treeefeaf30833fe71b7beb85ebe7fdb492308f52831 /tests
parent64a4cb5635ebcaa6a114e48d9cf23d37fc4e9017 (diff)
parentfb5daf45d18254aa262a8727aae8a18eb235f838 (diff)
downloadtcl-8048c05964d4b0329fd31bed281ffe2e82e8358b.zip
tcl-8048c05964d4b0329fd31bed281ffe2e82e8358b.tar.gz
tcl-8048c05964d4b0329fd31bed281ffe2e82e8358b.tar.bz2
merge trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/chan.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chan.test b/tests/chan.test
index da44ffd..d8390e2 100644
--- a/tests/chan.test
+++ b/tests/chan.test
@@ -61,7 +61,7 @@ test chan-4.5 {chan command: check valid inValue, invalid outValue} -body {
} -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 {}
+} -returnCodes ok -result {} -cleanup {chan configure stdout -eofchar [list {} {}]}
test chan-5.1 {chan command: copy subcommand} -body {
chan copy foo