[Ubuntu] Remove Ubuntu16 related code from the VE repository (#4336)

This commit is contained in:
Dibir Magomedsaygitov
2021-10-26 15:30:59 +03:00
committed by GitHub
parent 1f97f5de37
commit 2d46e3f4d9
25 changed files with 43 additions and 1174 deletions

View File

@@ -49,6 +49,11 @@ Describe "Apt" {
$toolName = "netstat"
}
if ($toolName -eq "mercurial")
{
$toolName = "hg"
}
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
}
}