Skip to content
Snippets Groups Projects
Commit 3a12338c authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

tests: suppress some git-specific output

The latest version of Git, 2.34, seemed to change something with
relation to the default strategy. As long as the hashes remain the
same, we don't care.
parent c6132516
No related branches found
No related tags found
1 merge request!137Bookmark improvements
......@@ -170,11 +170,7 @@
add a merge to the git repo, and delete the branch
$ cd gitrepo
$ git merge -m "Merge branch 'beta'" beta | sed 's/| */| /'
Merge made by the 'recursive' strategy.
beta | 1 +
1 file changed, 1 insertion(+)
create mode 100644 beta
$ git merge -q -m "Merge branch 'beta'" beta
$ git branch -d beta
Deleted branch beta (was 9497a4e).
$ cd ..
......
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