aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-08-25 18:31:40 +0200
committerGuido Günther <agx@sigxcpu.org>2020-08-25 18:32:19 +0200
commit504dda38c894d7a2cf94fe61a4618a7fd0f634b6 (patch)
tree6ff73a2283cc16badb15e5aaba1293569587b16d
parent297c5ff32bcd6e90bc2c63f497528c8fb10c1d43 (diff)
test_import_orig: Fix typo
-rw-r--r--tests/component/deb/test_import_orig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/deb/test_import_orig.py b/tests/component/deb/test_import_orig.py
index cadda636..48079249 100644
--- a/tests/component/deb/test_import_orig.py
+++ b/tests/component/deb/test_import_orig.py
@@ -388,7 +388,7 @@ class TestImportOrig(ComponentTestBase):
@RepoFixtures.quilt30(DEFAULT_DSC, opts=['--pristine-tar'])
def test_postunpack_changes_with_orig_tarball(self, repo):
"""
- Test that using a postupack script to apply changes works with an
+ Test that using a postunpack script to apply changes works with an
upstream tarball that has already the correct name (#951534).
"""
f = 'hello-debhelper_2.8.orig.tar.gz'