1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a bug in the permutations.test script.

FossilOrigin-Name: 3b20ad03be55613d922d81aec5313327bf4098b9
This commit is contained in:
dan
2010-07-03 13:59:01 +00:00
parent c844a0368a
commit d506de0208
4 changed files with 13 additions and 11 deletions

View File

@ -308,8 +308,8 @@ proc do_test {name cmd expected} {
}
if {!$go} return
if {[info exists ::G(perm:name)]} {
set name "$::G(perm:name)$name"
if {[info exists ::G(perm:prefix)]} {
set name "$::G(perm:prefix)$name"
}
incr_ntest