aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-09-30 11:09:42 +0200
committerGuido Günther <agx@sigxcpu.org>2017-09-30 11:15:35 +0200
commit83c4a931615efc69e24005e5a71f56e099773100 (patch)
tree6199d3261a1bd8968362fcfabbfe8ed8b446a12a /tests
parent2c7a5c57cce3167e0a75b54f0326fb977e5d0478 (diff)
import-orig: rename source to upstream
to avoid confusion with DebianSource. Gbp-Dch: Ignore
Diffstat (limited to 'tests')
-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 f94dde96..b7c2ee2d 100644
--- a/tests/component/deb/test_import_orig.py
+++ b/tests/component/deb/test_import_orig.py
@@ -237,7 +237,7 @@ class TestImportOrig(ComponentTestBase):
@RepoFixtures.quilt30(DEFAULT_DSC, opts=['--pristine-tar'])
def test_filter_with_component_tarballs(self, repo):
"""
- Test that using a filter works component tarballs (#840602)
+ Test that using a filter works with component tarballs (#840602)
"""
# copy data since we don't want the repacked tarball to end up in DEB_TEST_DATA_DIR
os.mkdir('../tarballs')