diff --git a/tests/abump.bats b/tests/abump.bats index 1dc77e5..388aada 100644 --- a/tests/abump.bats +++ b/tests/abump.bats @@ -18,6 +18,8 @@ setup() { cd "$tmpdir" git init --quiet + git config user.email "user@example.com" + git config user.name "Test User" } teardown() {