1
0
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:
dan
2010-06-15 18:00:06 +00:00
parent e91a54e1be
commit 2fce9ab3f8
5 changed files with 30 additions and 29 deletions

View File

@ -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