mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Ubuntu] Remove Ubuntu16 related code from the VE repository (#4336)
This commit is contained in:
committed by
GitHub
parent
1f97f5de37
commit
2d46e3f4d9
@@ -49,6 +49,11 @@ Describe "Apt" {
|
||||
$toolName = "netstat"
|
||||
}
|
||||
|
||||
if ($toolName -eq "mercurial")
|
||||
{
|
||||
$toolName = "hg"
|
||||
}
|
||||
|
||||
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user