diff options
author | dgp <dgp@users.sourceforge.net> | 2012-12-10 15:58:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-12-10 15:58:23 (GMT) |
commit | 498562a0e558f370b6a00c674e7c76d51d1857a4 (patch) | |
tree | efeaf30833fe71b7beb85ebe7fdb492308f52831 /tests | |
parent | aa34213e753bfe6e761ae50b08748ef99d7bf913 (diff) | |
parent | 15f02f424cbc25390850f6be03592853eab1fa8b (diff) | |
download | tcl-498562a0e558f370b6a00c674e7c76d51d1857a4.zip tcl-498562a0e558f370b6a00c674e7c76d51d1857a4.tar.gz tcl-498562a0e558f370b6a00c674e7c76d51d1857a4.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 |