replace git for windows internal tools

This commit is contained in:
Aleksandr Chebotov
2020-09-22 16:18:15 +03:00
parent e691d6e33b
commit a5e3159c62
6 changed files with 62 additions and 56 deletions

View File

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