aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/03_test_gbp_branch.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/03_test_gbp_branch.py')
-rw-r--r--tests/03_test_gbp_branch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/03_test_gbp_branch.py b/tests/03_test_gbp_branch.py
index a99391d0..49ba9b76 100644
--- a/tests/03_test_gbp_branch.py
+++ b/tests/03_test_gbp_branch.py
@@ -40,7 +40,7 @@ def test_add_files():
"""Add some dummy data"""
shutil.copy(".git/HEAD", "testfile")
repo.add_files('.', force=True)
- gbp.command_wrappers.GitCommand("commit", ["-mfoo", "-a"])()
+ repo.commit_all(msg="foo")
assert True
def test_branch_master():