Skip to content
Snippets Groups Projects
Commit 93d3f8cf authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

tests: update to new git output

The tests were failing on some minor output changes. It looks like this is
output change on the git side. We match the two variants in the tests.
parent 6a062695
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,9 @@
$ cd gitrepo2
$ git checkout branch1 2>&1 | grep -v 'up-to-date'
Already on 'branch1'
Your branch is up to date with 'origin/branch1'. (?)
$ echo g1 >> f1
$ git add f1
$ commit -m "append f1"
$ git checkout branch2
Switched to a new branch 'branch2'
......@@ -87,9 +88,9 @@
$ echo g1 >> f1
$ git add f1
$ commit -m "append f1"
$ git checkout branch2
Switched to a new branch 'branch2'
Branch branch2 set up to track remote branch branch2 from origin.
Branch '?branch2'? set up to track remote branch '?branch2'? from '?origin'?. (re)
$ echo g2 >> f2
$ git add f2
$ commit -m "append f2"
......
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