aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-09-15 19:10:05 +0200
committerGuido Günther <agx@sigxcpu.org>2017-09-15 19:10:05 +0200
commit49584d6f2ec3bb42a2cfc835fae94673201f8d04 (patch)
tree3b01e48eb9187a73a8f71bce9a80ceea9e691269 /tests
parent252c102e681437c19806f948e80ebf01c4596fea (diff)
Unbreak tests
Gbp-Dch: Ignore
Diffstat (limited to 'tests')
-rw-r--r--tests/component/deb/test_clone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/deb/test_clone.py b/tests/component/deb/test_clone.py
index 6a5b8dfd..d0d00dc8 100644
--- a/tests/component/deb/test_clone.py
+++ b/tests/component/deb/test_clone.py
@@ -71,7 +71,7 @@ class TestClone(ComponentTestBase):
"""Test that cloning from vcs-git urls fails as expected"""
ret = clone(['arg0', "vcsgit:doesnotexist"])
self.assertEquals(ret, 1)
- self._check_log(-1, "gbp:error: Can't find a source package for 'doesnotexist'")
+ self._check_log(-1, "gbp:error: Can't find any vcs-git URL for 'doesnotexist'")
@skipUnless(os.getenv("GBP_NETWORK_TESTS"), "network tests disabled")
def test_clone_github(self):