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

Unified Diff: third_party/sqlite/src/test/autovacuum_ioerr2.test

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « third_party/sqlite/src/test/autovacuum.test ('k') | third_party/sqlite/src/test/backcompat.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/autovacuum_ioerr2.test
diff --git a/third_party/sqlite/src/test/autovacuum_ioerr2.test b/third_party/sqlite/src/test/autovacuum_ioerr2.test
index dadb29c0c525c7bcbbac7bbc4e7d5119cd1b1db2..891d00eb06bce225482c4f49a8d573edffa27bcf 100644
--- a/third_party/sqlite/src/test/autovacuum_ioerr2.test
+++ b/third_party/sqlite/src/test/autovacuum_ioerr2.test
@@ -75,7 +75,7 @@ do_ioerr_test autovacuum-ioerr2-3 -sqlprep {
DROP TABLE abc2;
}
-file delete -force backup.db
+forcedelete backup.db
ifcapable subquery {
do_ioerr_test autovacuum-ioerr2-4 -tclprep {
if {![file exists backup.db]} {
@@ -99,9 +99,9 @@ ifcapable subquery {
dbb close
}
db close
- file delete -force test.db
- file delete -force test.db-journal
- copy_file backup.db test.db
+ forcedelete test.db
+ forcedelete test.db-journal
+ forcecopy backup.db test.db
set ::DB [sqlite3 db test.db]
execsql {
PRAGMA cache_size = 10;
« no previous file with comments | « third_party/sqlite/src/test/autovacuum.test ('k') | third_party/sqlite/src/test/backcompat.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698