summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gitget-test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/gitget-test.sh b/test/gitget-test.sh
index d14ce16..a5e9f2c 100644
--- a/test/gitget-test.sh
+++ b/test/gitget-test.sh
@@ -22,6 +22,8 @@ it_forces_url_for_bare() {
mkdir "$tmpdir/src"
cd "$tmpdir/src"
git init .
+ git config --local user.email 'libretools-test@localhost'
+ git config --local user.name 'Test Suite'
echo a > a
git add .
git commit -m 'initial commit'