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