Merge branch 'main' into pipx-windows

This commit is contained in:
Maxim Lobanov
2020-11-05 10:50:57 +03:00
committed by GitHub
30 changed files with 908 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
Describe "Shell" {
$shellTestCases = @(
@{Name = "C:\shells\bash.exe"; Target = "C:\msys64\usr\bin\bash.exe"},
@{Name = "C:\shells\sh.exe"; Target = "C:\msys64\usr\bin\sh.exe"},
@{Name = "C:\shells\bash.exe"; Target = "C:\msys64\bin\bash.exe"},
@{Name = "C:\shells\sh.exe"; Target = "C:\msys64\bin\sh.exe"},
@{Name = "C:\shells\gitbash.exe"; Target = "$env:ProgramFiles\Git\bin\bash.exe"},
@{Name = "C:\shells\msysbash.exe"; Target = "C:\msys64\usr\bin\bash.exe"}
)