Skip debian tests on non-debian systems.
This commit is contained in:
parent
7b2f565a11
commit
f338e67b0a
2 changed files with 3 additions and 3 deletions
|
@ -65,8 +65,6 @@ class DummyAptSearcher(FileSearcher):
|
|||
class ResolveErrorTests(TestCaseWithTransport):
|
||||
def setUp(self):
|
||||
super(ResolveErrorTests, self).setUp()
|
||||
if not os.path.exists("/usr/bin/dpkg-architecture"):
|
||||
self.skipTest("not a debian system")
|
||||
self.tree = self.make_branch_and_tree(".")
|
||||
self.build_tree_contents(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue