1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Reset the temp_store_directory each iteration of tests in all.test. (CVS 2181)

FossilOrigin-Name: 7373a5d4cf2db921b33132c736ad62ab702d7cde
This commit is contained in:
danielk1977
2005-01-07 10:42:48 +00:00
parent a3ad5e7d9f
commit d9c847dcd1
4 changed files with 17 additions and 13 deletions

View File

@ -12,7 +12,7 @@
#
# This file implements tests for the PRAGMA command.
#
# $Id: pragma.test,v 1.28 2004/12/20 19:01:33 tpoindex Exp $
# $Id: pragma.test,v 1.29 2005/01/07 10:42:48 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -587,10 +587,11 @@ do_test pragma-8.2.15 {
}
} {-450}
} ; # ifcapable schema_version
# Test temp_store and temp_store_directory pragmas
#
do_test pragma-9.1 {
db close
sqlite3 db test.db
@ -661,6 +662,4 @@ do_test pragma-9.10 {
} ; # ifcapable schema_version
finish_test