aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/13_test_gbp_pq.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/13_test_gbp_pq.py')
-rw-r--r--tests/13_test_gbp_pq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/13_test_gbp_pq.py b/tests/13_test_gbp_pq.py
index 57dd7399..be87f909 100644
--- a/tests/13_test_gbp_pq.py
+++ b/tests/13_test_gbp_pq.py
@@ -271,7 +271,7 @@ class TestFromTAG(testutils.DebianGitTestRepo):
upstream_tag = 'upstream/%(version)s'
def git_create_empty_branch(self, branch):
- GitCommand('checkout', cwd=self.repo.path)(['--orphan', branch])
+ GitCommand('checkout', cwd=self.repo.path)(['-q', '--orphan', branch])
GitCommand('rm', cwd=self.repo.path)(['-rf', '.'])
def setUp(self):