Revert "[Windows] Removed Git internal tools from PATH"

This commit is contained in:
Aleksandr Chebotov
2020-11-05 11:39:54 +03:00
committed by GitHub
parent ac4f5699c7
commit 635a57ab88
10 changed files with 40 additions and 127 deletions

View File

@@ -1,5 +1,5 @@
Describe "Git" {
$gitTools = 'git', 'git-lfs'
$gitTools = 'bash', 'awk', 'git', 'git-lfs'
$gitTestCases = $gitTools | ForEach-Object {
@{
toolName = $_