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 | 8048c05964d4b0329fd31bed281ffe2e82e8358b (patch) | |
tree | efeaf30833fe71b7beb85ebe7fdb492308f52831 /tests | |
parent | 64a4cb5635ebcaa6a114e48d9cf23d37fc4e9017 (diff) | |
parent | fb5daf45d18254aa262a8727aae8a18eb235f838 (diff) | |
download | tcl-8048c05964d4b0329fd31bed281ffe2e82e8358b.zip tcl-8048c05964d4b0329fd31bed281ffe2e82e8358b.tar.gz tcl-8048c05964d4b0329fd31bed281ffe2e82e8358b.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 |