mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-29 04:27:34 -07:00
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
12 lines
340 B
Diff
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)
|