gentoo/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch
Ian Delaney 1a4e5dbf5e
dev-python/apsw: revbump to vn. -3.9.2_p1-r1
revbump uses new SRC_URI fetching an adjusted tarball with a pre-built
set of docs; add IUSE doc and doc install in the usual form
Also bump to EAPI 6, patch submitted by E. Myers via the gentoo bug

Gentoo bug: #573316

Package-Manager: portage-2.2.26
2016-01-30 23:43:46 +08:00

12 lines
340 B
Diff

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