summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2018-02-02 16:19:06 +0000
committerJürg Billeter <j@bitron.ch>2018-02-19 15:17:00 +0000
commitd94125fe7110c71b127199206834c89b5189942d (patch)
treefe7cb9a01ce0c69218574cc740dbc81c9b9ce5b6
parentc9a5a747349ae70bddc0e9ab9781bf9c0c4c7f6c (diff)
downloadbuildstream-d94125fe7110c71b127199206834c89b5189942d.tar.gz
tests: fix erroneous comment in git test
-rw-r--r--tests/sources/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sources/git.py b/tests/sources/git.py
index 39de0b92b..1af5e712b 100644
--- a/tests/sources/git.py
+++ b/tests/sources/git.py
@@ -56,7 +56,7 @@ def test_submodule_fetch_checkout(cli, tmpdir, datafiles):
# Add a submodule pointing to the one we created
ref = repo.add_submodule('subdir', 'file://' + subrepo.repo)
- # Write out our test target with a bad ref
+ # Write out our test target
element = {
'kind': 'import',
'sources': [