diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-31 21:41:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-31 21:41:03 (GMT) |
commit | 21c787abd0afa5749ea87aff6da4fff2cb8e30b0 (patch) | |
tree | 3a1bff252da870ad5dec474cfe26f25c1b1c94b0 | |
parent | fc78297f13c393edaa5b39e0fa3c1af3e26b0cfc (diff) | |
download | tcl-21c787abd0afa5749ea87aff6da4fff2cb8e30b0.zip tcl-21c787abd0afa5749ea87aff6da4fff2cb8e30b0.tar.gz tcl-21c787abd0afa5749ea87aff6da4fff2cb8e30b0.tar.bz2 |
Restore iogt-2.3 expectation expectation to what it was in Tcl 8.6 (due to previous bug-fix)
-rw-r--r-- | tests/iogt.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/iogt.test b/tests/iogt.test index 279a0dd..d397ccb 100644 --- a/tests/iogt.test +++ b/tests/iogt.test @@ -575,11 +575,11 @@ read {%^&*()_+-= } query/maxRead {} -1 flush/read {} {} -query/maxRead {} -1 write %^&*()_+-= %^&*()_+-= write { } { } +query/maxRead {} -1 delete/read {} *ignored* flush/write {} {} delete/write {} *ignored*} |