tests: abump: configure git user

This commit is contained in:
Natanael Copa 2021-05-14 11:49:38 +02:00
parent 2ed215fa32
commit 241743073a
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ setup() {
cd "$tmpdir"
git init --quiet
git config user.email "user@example.com"
git config user.name "Test User"
}
teardown() {