mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Fix a problem introduced into lock2.test by the previous commit.
FossilOrigin-Name: c1c9f6fa9d75df740e577dbc5e6a24b91ad2bdd0
This commit is contained in:
@ -299,7 +299,7 @@ proc do_test {name cmd expected} {
|
||||
if {!$go} return
|
||||
|
||||
if {[info exists ::G(perm:name)]} {
|
||||
set name "$::G(perm:name).$name"
|
||||
set name "$::G(perm:name)$name"
|
||||
}
|
||||
|
||||
incr_ntest
|
||||
|
Reference in New Issue
Block a user