Skip to content

Commit

Permalink
Let git Test be less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Jul 26, 2024
1 parent 17bb83f commit a5314a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gittest.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2016 Martin Goellnitz
# Copyright 2016-2024 Martin Goellnitz
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -23,7 +23,7 @@ source $MYDIR/shelltest.sh
# setup test
before

git init
git init 2> /dev/null
git config --local user.name "Mr Tester"
git config --local user.email "test@provocon.eu"
cp -r $CWD/README.md .
Expand Down

0 comments on commit a5314a8

Please sign in to comment.