diff options
author | drh <drh@noemail.net> | 2007-08-29 19:15:08 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2007-08-29 19:15:08 +0000 |
commit | 107b25f1bd1126c73d50e6ac67a499faa0e4b34d (patch) | |
tree | f95c6097e51fda9370198906f008fd1f257bc58f /test/fuzz_malloc.test | |
parent | df12a9bca49afb5b7ea2ddf5adf19ee394a82a4f (diff) | |
download | sqlite-107b25f1bd1126c73d50e6ac67a499faa0e4b34d.tar.gz sqlite-107b25f1bd1126c73d50e6ac67a499faa0e4b34d.zip |
Fix minor problems on various tests. This is a snapshot prior to possible
major changes in order to fix the sqlite3AbortOtherActiveVdbes problem. (CVS 4327)
FossilOrigin-Name: 35cb63ecfd9d8ca7304aae1b150ee5d1c3498bde
Diffstat (limited to 'test/fuzz_malloc.test')
-rw-r--r-- | test/fuzz_malloc.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fuzz_malloc.test b/test/fuzz_malloc.test index 4cf455684..a79699525 100644 --- a/test/fuzz_malloc.test +++ b/test/fuzz_malloc.test @@ -12,7 +12,7 @@ # # This file tests malloc failures in concert with fuzzy SQL generation. # -# $Id: fuzz_malloc.test,v 1.6 2007/08/25 13:37:49 danielk1977 Exp $ +# $Id: fuzz_malloc.test,v 1.7 2007/08/29 19:15:09 drh Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl @@ -40,7 +40,7 @@ proc do_fuzzy_malloc_test {testname args} { set ::fuzzyopts(-sqlprep) {} array set ::fuzzyopts $args - sqlite3_memdebug_fail -1 0 + sqlite3_memdebug_fail -1 -repeat 0 db close file delete test.db test.db-journal sqlite3 db test.db @@ -85,5 +85,5 @@ do_fuzzy_malloc_test fuzzy_malloc-3 \ -template {[Select]} \ -sqlprep $::SQLPREP -sqlite3_memdebug_fail -1 0 +sqlite3_memdebug_fail -1 finish_test |