summaryrefslogtreecommitdiff
path: root/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch')
-rw-r--r--dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch b/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch
new file mode 100644
index 000000000000..e252bf3f26a6
--- /dev/null
+++ b/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch
@@ -0,0 +1,11 @@
+--- a/tests.py
++++ b/tests.py
+@@ -5480,7 +5480,7 @@
+ testnasty()
+
+ # What happens if db cannot be opened?
+- s.process_args(args=["/"])
++ s.process_args(args=["src"])
+ reset()
+ cmd("select * from sqlite_master;\n.bail on\nselect 3;\n")
+ self.assertRaises(apsw.CantOpenError, s.cmdloop)