Skip to content
Snippets Groups Projects
Commit ff663d2214db authored by Ryan McElroy's avatar Ryan McElroy
Browse files

test-subrepos: update to account for newer git output

git 2.9 outputs a longer path during clone than 2.8 did. Update the tests to
allow either behavior.
parent 7b11e6348810
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
$ git add alpha
$ fn_git_commit -m 'add alpha'
$ git submodule add ../gitsubrepo subrepo1
Cloning into 'subrepo1'...
Cloning into '*subrepo1'... (glob)
done.
$ fn_git_commit -m 'add subrepo1'
$ git submodule add ../gitsubrepo xyz/subrepo2
......@@ -20,7 +20,7 @@
done.
$ fn_git_commit -m 'add subrepo1'
$ git submodule add ../gitsubrepo xyz/subrepo2
Cloning into 'xyz/subrepo2'...
Cloning into '*xyz/subrepo2'... (glob)
done.
$ fn_git_commit -m 'add subrepo2'
we are going to push to this repo from our hg clone,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment