aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/04_test_gbp_submodules.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/04_test_gbp_submodules.py')
-rw-r--r--tests/04_test_gbp_submodules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/04_test_gbp_submodules.py b/tests/04_test_gbp_submodules.py
index af44c07a..a6b66bb6 100644
--- a/tests/04_test_gbp_submodules.py
+++ b/tests/04_test_gbp_submodules.py
@@ -55,7 +55,7 @@ def test_empty_has_submodules():
def _add_dummy_data(msg):
shutil.copy(".git/HEAD", testfile_name)
- gbp.command_wrappers.GitAdd()(['-f', '.'])
+ repo.add_files('.', force=True)
gbp.command_wrappers.GitCommand("commit", ["-m%s" % msg, "-a"])()