You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch

12 lines
340 B

--- 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)