Skip some tests on non-debian systems.

This commit is contained in:
Jelmer Vernooij 2021-02-16 23:30:17 +00:00
parent 9b211ee38c
commit 0a2cc19f35

View file

@ -42,6 +42,8 @@ from breezy.tests import TestCaseWithTransport
class ResolveErrorTests(TestCaseWithTransport):
def setUp(self):
super(ResolveErrorTests, self).setUp()
if os.path.exists('/usr/bin/dpkg-architecture'):
self.skipTest('not a debian system')
self.tree = self.make_branch_and_tree(".")
self.build_tree_contents(
[