Oops.
This commit is contained in:
parent
17b79eb326
commit
49e6237ef3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ from breezy.tests import TestCaseWithTransport
|
||||||
class ResolveErrorTests(TestCaseWithTransport):
|
class ResolveErrorTests(TestCaseWithTransport):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(ResolveErrorTests, self).setUp()
|
super(ResolveErrorTests, self).setUp()
|
||||||
if os.path.exists('/usr/bin/dpkg-architecture'):
|
if not os.path.exists('/usr/bin/dpkg-architecture'):
|
||||||
self.skipTest('not a debian system')
|
self.skipTest('not a debian system')
|
||||||
self.tree = self.make_branch_and_tree(".")
|
self.tree = self.make_branch_and_tree(".")
|
||||||
self.build_tree_contents(
|
self.build_tree_contents(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue