mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 15:33:28 +00:00
tests: abump: configure git user
This commit is contained in:
parent
2ed215fa32
commit
241743073a
@ -18,6 +18,8 @@ setup() {
|
||||
|
||||
cd "$tmpdir"
|
||||
git init --quiet
|
||||
git config user.email "user@example.com"
|
||||
git config user.name "Test User"
|
||||
}
|
||||
|
||||
teardown() {
|
||||
|
Loading…
Reference in New Issue
Block a user