aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-27 14:35:31 +0200
committerGuido Günther <agx@sigxcpu.org>2019-10-27 11:34:43 +0100
commitff9ff7e2b54785acc733da2ca78d0da15bb5d681 (patch)
treee5e361b463db0bf29fdd9b0bb10283e549a146be /tests
parent62485247b61090f8bd41a8bf419872db36fa12dc (diff)
Use UpstreamSource for additional tarballs as well
This will help on upstream tarball signatures as well as improving additional tarball handling.
Diffstat (limited to 'tests')
-rw-r--r--tests/component/deb/test_pristine_tar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/deb/test_pristine_tar.py b/tests/component/deb/test_pristine_tar.py
index 68148c6f..d6ecb6e4 100644
--- a/tests/component/deb/test_pristine_tar.py
+++ b/tests/component/deb/test_pristine_tar.py
@@ -47,7 +47,7 @@ class TestPristineTar(ComponentTestBase):
@RepoFixtures.quilt30(DEFAULT_DSC, opts=['--no-pristine-tar'])
def test_run(self, repo):
"""
- Test that adding pristine-tar commit wotks
+ Test that adding pristine-tar commit works
"""
orig = self._orig('2.6')
ok_(pristine_tar(['arg0', 'commit', orig]) == 0)