summaryrefslogtreecommitdiff
path: root/lang/sql/adapter/sqlite-patches/18_vacuum_test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sql/adapter/sqlite-patches/18_vacuum_test.patch')
-rw-r--r--lang/sql/adapter/sqlite-patches/18_vacuum_test.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/sql/adapter/sqlite-patches/18_vacuum_test.patch b/lang/sql/adapter/sqlite-patches/18_vacuum_test.patch
index d276e41e..a035b72c 100644
--- a/lang/sql/adapter/sqlite-patches/18_vacuum_test.patch
+++ b/lang/sql/adapter/sqlite-patches/18_vacuum_test.patch
@@ -17,9 +17,9 @@
+# DBSQL does not do "db2 close" here because incrvacuum-12.2 is excluded
+# so db2 is not opended.
db close
- file delete -force test.db test.db-journal
+ forcedelete test.db test.db-journal
sqlite3 db test.db ; set ::DB [sqlite3_connection_pointer db]
-@@ -736,8 +737,8 @@
+@@ -736,8 +739,8 @@
catchsql {
PRAGMA incremental_vacuum(10);
} db3
@@ -31,7 +31,7 @@
do_test incrvacuum-15.1 {
--- test/vacuum4.test
+++ test/vacuum4.test
-@@ -65,3 +65,5 @@ do_test vacuum4-1.1 {
+@@ -65,3 +65,5 @@
VACUUM;
}
} {}