-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
pkg/git
tests not modifying global git config
Before this patch, running unit tests on `pkg/git` would modify the content of the machine's global git configuration (usually `$HOME/.git/config`). This makes sure we setup a proper isolated git config, per test. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
- Loading branch information
1 parent
2ffa9a5
commit d5ae54a
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters