summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-10 20:54:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-10 20:54:49 (GMT)
commit1f46b14efb4cff5cd99eecd20058ec3d98b283a5 (patch)
tree155d0247e71240908708605203ad917c1faf9d96 /tests
parentc69e1e2500a8de36ee29f0220170bddaf320b3f1 (diff)
parentfb5daf45d18254aa262a8727aae8a18eb235f838 (diff)
downloadtcl-1f46b14efb4cff5cd99eecd20058ec3d98b283a5.zip
tcl-1f46b14efb4cff5cd99eecd20058ec3d98b283a5.tar.gz
tcl-1f46b14efb4cff5cd99eecd20058ec3d98b283a5.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