diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-13 00:14:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-13 00:14:36 (GMT) |
commit | 86d2fcbe34915ed7187fa6c289abb5c52c6825d4 (patch) | |
tree | e8b7e20c7cbad1f96d0b171f26bbeab789309b0c /tests/chanio.test | |
parent | 3b079f137c6a1a8776a9696cbbac0ff4d4b9cedc (diff) | |
parent | 26619872a685f373c6fa06066eb03c5da5951bfa (diff) | |
download | tcl-86d2fcbe34915ed7187fa6c289abb5c52c6825d4.zip tcl-86d2fcbe34915ed7187fa6c289abb5c52c6825d4.tar.gz tcl-86d2fcbe34915ed7187fa6c289abb5c52c6825d4.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/chanio.test')
-rw-r--r-- | tests/chanio.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index 69f9690..6173d0d 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -4535,7 +4535,7 @@ test chan-io-34.20 {Tcl_Tell combined with writing} -setup { test chan-io-34.21 {Tcl_Seek and Tcl_Tell on large files} -setup { file delete $path(test3) set l "" -} -constraints {largefileSupport} -body { +} -constraints {largefileSupport extensive} -body { set f [open $path(test3) w] chan configure $f -encoding binary lappend l [chan tell $f] |