1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Do not run io.test as part of the inmemory_journal permutation. io.test uses the tcl API to test for journal files in the file-system (which of course never exist when running with in-memory journals). (CVS 6487)

FossilOrigin-Name: 493f03bd73a15de994f69f23e9df8bb3ee4d20dc
This commit is contained in:
danielk1977
2009-04-10 18:32:29 +00:00
parent fe53f2e3f5
commit cb25790250
3 changed files with 10 additions and 10 deletions

View File

@ -9,7 +9,7 @@
#
#***********************************************************************
#
# $Id: permutations.test,v 1.48 2009/04/10 18:21:29 drh Exp $
# $Id: permutations.test,v 1.49 2009/04/10 18:32:29 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -471,7 +471,7 @@ run_tests "inmemory_journal" -description {
# Exclude test scripts that use tcl IO to access journal files or count
# the number of fsync() calls.
pager.test exclusive.test jrnlmode.test sync.test misc1.test
journal1.test conflict.test crash8.test tkt3457.test
journal1.test conflict.test crash8.test tkt3457.test io.test
}
ifcapable mem3 {