diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-10 20:54:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-10 20:54:49 (GMT) |
commit | 1f46b14efb4cff5cd99eecd20058ec3d98b283a5 (patch) | |
tree | 155d0247e71240908708605203ad917c1faf9d96 /tests | |
parent | c69e1e2500a8de36ee29f0220170bddaf320b3f1 (diff) | |
parent | fb5daf45d18254aa262a8727aae8a18eb235f838 (diff) | |
download | tcl-1f46b14efb4cff5cd99eecd20058ec3d98b283a5.zip tcl-1f46b14efb4cff5cd99eecd20058ec3d98b283a5.tar.gz tcl-1f46b14efb4cff5cd99eecd20058ec3d98b283a5.tar.bz2 |
merge trunk
Diffstat (limited to 'tests')
-rw-r--r-- | tests/chan.test | 2 |
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 |