In tests, the 'git' directory is a subdirectory of the temporary directory. Rename it to '.git' so that git will automatically find it when git operations are done in the temporary directory. Set up the config before the first git operation, so that this works correctly.
Signed-off-by: Simon Glass <s...@chromium.org> --- tools/patman/func_test.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Applied to sjg/master, thanks!