aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz_malloc.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzz_malloc.test')
-rw-r--r--test/fuzz_malloc.test6
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