diff options
Diffstat (limited to 'dev-db/sqlite/files/sandbox-fix2.patch')
-rw-r--r-- | dev-db/sqlite/files/sandbox-fix2.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-db/sqlite/files/sandbox-fix2.patch b/dev-db/sqlite/files/sandbox-fix2.patch deleted file mode 100644 index cf051c427d1f..000000000000 --- a/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; |