Skip to content

Commit

Permalink
Identify local repo user
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed Jun 9, 2024
1 parent c0ffbd5 commit f6b1cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]");
system("git add README.md");
system("git commit --no-gpg-sign -m Test");
system("git push -u origin");
Expand Down

0 comments on commit f6b1cee

Please sign in to comment.