diff options
-rw-r--r-- | tests/test_utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_utils.c b/tests/test_utils.c index cada76d..94b4585 100644 --- a/tests/test_utils.c +++ b/tests/test_utils.c @@ -199,6 +199,8 @@ void test_git_clone_and_describe() { // interact with it touch("README.md"); + system("git config user.name omc"); + system("git config user.email null@null.null"); system("git add README.md"); system("git commit --no-gpg-sign -m Test"); system("git push -u origin"); |