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:
@ -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
|
||||
|
Reference in New Issue
Block a user