diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-16 18:08:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-16 18:08:08 (GMT) |
commit | 0ceb73f34c1bca398ed4c6e9ceaf1e00eb23006d (patch) | |
tree | bde1e03358705869399987001a49b9cc69b71a18 /tests/ioCmd.test | |
parent | 898f3544928665515cb9a05c7063b4828a8376af (diff) | |
parent | 61722ce13d58865dabec38cc1ec9f52152f191af (diff) | |
download | tcl-0ceb73f34c1bca398ed4c6e9ceaf1e00eb23006d.zip tcl-0ceb73f34c1bca398ed4c6e9ceaf1e00eb23006d.tar.gz tcl-0ceb73f34c1bca398ed4c6e9ceaf1e00eb23006d.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r-- | tests/ioCmd.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test index 5d731b9..1c06ba3 100644 --- a/tests/ioCmd.test +++ b/tests/ioCmd.test @@ -2369,7 +2369,7 @@ test iocmd.tf-23.1 {chan read, regular data return} -match glob -body { rename foo {} set res } -constraints {testchannel thread} -result {{read rc* 4096} {read rc* 4096} snarfsnarf} -test iocmd.tf-23.2 {chan read, bad data return, to much} -match glob -body { +test iocmd.tf-23.2 {chan read, bad data return, too much} -match glob -body { set res {} proc foo {args} { oninit; onfinal; track |