summaryrefslogtreecommitdiffhomepage
path: root/tests/component
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-09 16:29:24 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-09 16:33:14 +0100
commit75273ee27d63cd69e4c9528d19f67b0f4e230fe5 (patch)
tree359e525ec7fe25539813e8f73cb54c74c4962238 /tests/component
parente5df7d0bb77c6f288c49b4c0b0df0ca0a9e9c5db (diff)
buildpackage: Expand --git-comp-type auto again in --git-overlay mode
Thanks: Maximiliano Curia for the detailed analysis Closes: #879781
Diffstat (limited to 'tests/component')
-rw-r--r--tests/component/deb/test_buildpackage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/deb/test_buildpackage.py b/tests/component/deb/test_buildpackage.py
index 70e57d4a..9d3aab03 100644
--- a/tests/component/deb/test_buildpackage.py
+++ b/tests/component/deb/test_buildpackage.py
@@ -194,7 +194,7 @@ class TestBuildpackage(ComponentTestBase):
"""Test that building in overlay mode with export dir works"""
tarball_dir = os.path.dirname(DEFAULT_OVERLAY)
self._test_buildpackage(repo, ['--git-overlay',
- '--git-compression=gzip',
+ '--git-compression=auto',
'--git-tarball-dir=%s' % tarball_dir,
'--git-no-purge',
'--git-component=foo',