mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix a test script problem causing errors with Tcl 9.
FossilOrigin-Name: dbec2c47d09027f2458036f675c8af3f8f152c0530799582eeac231649eba501
This commit is contained in:
@ -145,7 +145,7 @@ proc testfixture_nb_cb {varname chan} {
|
||||
}
|
||||
|
||||
if { $line == "OVER" } {
|
||||
global $varname
|
||||
if {[string range $varname 0 1]!="::"} { global $varname }
|
||||
set $varname [lindex $::tfnb($chan) 1]
|
||||
unset ::tfnb($chan)
|
||||
close $chan
|
||||
|
Reference in New Issue
Block a user