Git: fix for data races.

This commit is contained in:
Abiola Ibrahim 2015-06-07 20:31:34 +01:00
parent 995a2ea618
commit c42e60a3d2
7 changed files with 65 additions and 34 deletions

View file

@ -73,7 +73,7 @@ func TestGit(t *testing.T) {
// pull with success
logFile := gittest.Open("file")
Logger = log.New(logFile, "", 0)
SetLogger(log.New(logFile, "", 0))
tests := []struct {
repo *Repo
output string