[Ubuntu] Add new git environment variable (#9899)

This commit is contained in:
Alexey-Ayupov
2024-05-20 16:17:27 +02:00
committed by GitHub
parent a9fed55df6
commit ee7edb4f80
2 changed files with 9 additions and 0 deletions

View File

@@ -244,6 +244,10 @@ Describe "Git" {
It "git-ftp" {
"git-ftp --version" | Should -ReturnZeroExitCode
}
It "GIT_CLONE_PROTECTION_ACTIVE environment variable should be equal false" {
$env:GIT_CLONE_PROTECTION_ACTIVE | Should -BeExactly false
}
}
Describe "Git-lfs" {