Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: third_party/sqlite/src/test/tkt-f3e5abed55.test

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/sqlite/src/test/tkt-f3e5abed55.test
diff --git a/third_party/sqlite/src/test/tkt-f3e5abed55.test b/third_party/sqlite/src/test/tkt-f3e5abed55.test
index 241c1612e0440a529f2ca72de40706f20b9aef13..3c793d4f4da854962f1a16dd9ff6949862acae18 100644
--- a/third_party/sqlite/src/test/tkt-f3e5abed55.test
+++ b/third_party/sqlite/src/test/tkt-f3e5abed55.test
@@ -14,8 +14,8 @@ set testdir [file dirname $argv0]
source $testdir/tester.tcl
source $testdir/malloc_common.tcl
-foreach f [glob -nocomplain test.db*mj*] { file delete -force $f }
-file delete -force test.db2
+foreach f [glob -nocomplain test.db*mj*] { forcedelete $f }
+forcedelete test.db2
do_test tkt-f3e5abed55-1.1 {
execsql {
@@ -51,7 +51,7 @@ do_test tkt-f3e5abed55-1.5 {
do_test tkt-f3e5abed55-1.6 {
glob -nocomplain test.db*mj*
} {}
-foreach f [glob -nocomplain test.db*mj*] { file delete -force $f }
+foreach f [glob -nocomplain test.db*mj*] { forcedelete $f }
db close
db2 close
@@ -114,4 +114,3 @@ if {[permutation]!="inmemory_journal"} {
finish_test
-

Powered by Google App Engine
This is Rietveld 408576698