mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
committed by
GitHub
parent
8a17c5ea71
commit
40f571a753
@@ -34,6 +34,11 @@ Describe "Apt" {
|
||||
$toolName = "tr"
|
||||
}
|
||||
|
||||
if ($toolName -eq "net-tools")
|
||||
{
|
||||
$toolName = "netstat"
|
||||
}
|
||||
|
||||
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user