Fix tests when DEBFULLNAME is not me.
This commit is contained in:
parent
3751f56628
commit
9b211ee38c
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ blah (0.1) UNRELEASED; urgency=medium
|
|||
"/usr/bin/brz": "brz",
|
||||
"/usr/bin/brzier": "bash",
|
||||
}
|
||||
self.overrideEnv('DEBEMAIL', 'jelmer@debian.org')
|
||||
self.overrideEnv('DEBFULLNAME', 'Jelmer Vernooij')
|
||||
self.assertTrue(self.resolve(MissingCommand("brz")))
|
||||
self.assertEqual("libc6, brz", self.get_build_deps())
|
||||
rev = self.tree.branch.repository.get_revision(self.tree.branch.last_revision())
|
||||
|
|
Loading…
Add table
Reference in a new issue