diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/tester.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tester.tcl b/test/tester.tcl index 14808d9cd..97217a822 100644 --- a/test/tester.tcl +++ b/test/tester.tcl @@ -136,6 +136,7 @@ if {[info command sqlite_orig]==""} { # uplevel 1 sqlite_orig $args } + sqlite3_db_config [lindex $args 0] DEFENSIVE 1 } } |