diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-09 16:11:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-09 16:11:58 (GMT) |
commit | 293c1ff559bb2245f11faf04805c2dc89e9d8a5b (patch) | |
tree | 5f2dffdac740b0e0c87cbf7929b1024c0ecf6ce1 /tests/iogt.test | |
parent | e95d2eea7fc037bb5d2f5cd1cc3bb47211b2fd2d (diff) | |
download | tcl-293c1ff559bb2245f11faf04805c2dc89e9d8a5b.zip tcl-293c1ff559bb2245f11faf04805c2dc89e9d8a5b.tar.gz tcl-293c1ff559bb2245f11faf04805c2dc89e9d8a5b.tar.bz2 |
Left-over TCL_ENCODING_STRICT, not used any more.
Add "-profile tcl8" for testcases which don't work in strict profile
Diffstat (limited to 'tests/iogt.test')
-rw-r--r-- | tests/iogt.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/iogt.test b/tests/iogt.test index 5692682..cb02d40 100644 --- a/tests/iogt.test +++ b/tests/iogt.test @@ -549,8 +549,8 @@ test iogt-2.3 {basic I/O, mixed trail} {testchannel unix} { set trail [list] audit_flow trail -attach $fin audit_flow trail -attach $fout - fconfigure $fin -buffersize 20 - fconfigure $fout -buffersize 10 + fconfigure $fin -buffersize 20 -profile tcl8 + fconfigure $fout -buffersize 10 -profile tcl8 fcopy $fin $fout close $fin close $fout |