mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +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