summaryrefslogtreecommitdiff
path: root/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch
diff options
context:
space:
mode:
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, 0 insertions, 11 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
deleted file mode 100644
index e252bf3f26a6..000000000000
--- a/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)