[Windows] Add GVFS (Git Virtual File System) (#3766)

* Add GVFS (Git Virtual File System)
* invoke all tests from git file
This commit is contained in:
Aleksandr Chebotov
2021-07-22 10:32:13 +03:00
committed by GitHub
parent 9400af6b30
commit 05781ccad0
4 changed files with 24 additions and 1 deletions

View File

@@ -23,3 +23,9 @@ Describe "Git" {
$env:GCM_INTERACTIVE | Should -BeExactly Never
}
}
Describe "GVFS" {
It "GVFS is installed" {
"gvfs --version" | Should -ReturnZeroExitCode
}
}