summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dev-db/sqlite/files/sandbox-fix2.patch')
-rw-r--r--apps/dev-db/sqlite/files/sandbox-fix2.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/dev-db/sqlite/files/sandbox-fix2.patch b/apps/dev-db/sqlite/files/sandbox-fix2.patch
deleted file mode 100644
index cf051c4..0000000
--- a/apps/dev-db/sqlite/files/sandbox-fix2.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- test/attach3.test~ 2005-03-29 05:11:00.000000000 +0200
-+++ test/attach3.test 2006-02-05 19:30:45.000000000 +0100
-@@ -226,11 +226,6 @@
- # Failure to attach leaves us in a workable state.
- # Ticket #811
- #
--do_test attach3-11.0 {
-- catchsql {
-- ATTACH DATABASE '/nodir/nofile.x' AS notadb;
-- }
--} {1 {unable to open database: /nodir/nofile.x}}
- do_test attach3-11.1 {
- catchsql {
- ATTACH DATABASE ':memory:' AS notadb;