diff options
author | culler <culler> | 2020-08-17 16:28:28 (GMT) |
---|---|---|
committer | culler <culler> | 2020-08-17 16:28:28 (GMT) |
commit | 6560454489df369db2c1edeaaf82a094efda0115 (patch) | |
tree | 03bc7de9616551c708e47621bc1a60734fbe1351 | |
parent | 270c9b99d653dad45f98e06a5c503a6338479ac9 (diff) | |
download | tcl-6560454489df369db2c1edeaaf82a094efda0115.zip tcl-6560454489df369db2c1edeaaf82a094efda0115.tar.gz tcl-6560454489df369db2c1edeaaf82a094efda0115.tar.bz2 |
And remove the other $ and do the test slightly differently. Inability to test locally is a challenge.
-rw-r--r-- | tests/io.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test index 6e2c907..18636c1 100644 --- a/tests/io.test +++ b/tests/io.test @@ -6918,7 +6918,7 @@ test io-50.6 {testing handler deletion vs reentrant calls} -constraints {testcha testservicemode 1 update if {!$done} { - set $timer2 [after 200 lappend done timeout] + set timer2 [after 200 set done 1] vwait done after cancel $timer2 } |