summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-18 21:05:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-18 21:05:38 (GMT)
commit9e82399a149ddf76fd684ed37a19d0d511f864cd (patch)
tree0db135aa803c10ab713af2722e8deef72e41c2b2 /tests/ioCmd.test
parent337ab3f3876f8573a5f281683e4c5e54a2e9a797 (diff)
parent5cb63f12bd95879470d2cf5ad2fa22259a438bd6 (diff)
downloadtcl-9e82399a149ddf76fd684ed37a19d0d511f864cd.zip
tcl-9e82399a149ddf76fd684ed37a19d0d511f864cd.tar.gz
tcl-9e82399a149ddf76fd684ed37a19d0d511f864cd.tar.bz2
Merge 9.0
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index b3e29b1..366e3fb 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -1058,7 +1058,7 @@ test iocmd-23.1 {chan read, regular data return} -match glob -body {
rename foo {}
set res
} -result {{read rc* 4096} {read rc* 4096} snarfsnarf}
-test iocmd-23.2 {chan read, bad data return, to much} -match glob -body {
+test iocmd-23.2 {chan read, bad data return, too much} -match glob -body {
set res {}
proc foo {args} {
oninit; onfinal; track
@@ -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