mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix a recently introduced test script bug causing rollback.test to throw an exception when run using the "onefile" variation. (CVS 5778)
FossilOrigin-Name: 7d55ec374d62c6d3d588949b96e194920083fe4e
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#
|
||||
#***********************************************************************
|
||||
#
|
||||
# $Id: permutations.test,v 1.32 2008/09/29 14:27:41 danielk1977 Exp $
|
||||
# $Id: permutations.test,v 1.33 2008/10/07 15:00:09 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -151,6 +151,7 @@ proc run_tests {name args} {
|
||||
}
|
||||
|
||||
uplevel $options(-shutdown)
|
||||
set ::permutations_test_prefix ""
|
||||
}
|
||||
|
||||
proc shared_cache_setting {} {
|
||||
|
Reference in New Issue
Block a user