1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

Merge pull request #2417 from stefanhaller/make_integration_tests_more_robust

This commit is contained in:
Jesse Duffield
2023-02-09 21:55:30 +11:00
committed by GitHub

View File

@ -165,6 +165,8 @@ func getLazygitCommand(test *IntegrationTest, paths Paths, rootDir string, sandb
cmdObj.AddEnvVars(fmt.Sprintf("KEY_PRESS_DELAY=%d", keyPressDelay))
}
cmdObj.AddEnvVars("GIT_CONFIG_GLOBAL=/dev/null")
return cmdObj.GetCmd(), nil
}