[Windows] Check WSL is on path on Windows Server 2022 (#6475)

This commit is contained in:
Alexis Saettler
2022-10-26 15:53:15 +02:00
committed by GitHub
parent ab0d910edc
commit b7edddf553

View File

@@ -10,7 +10,7 @@ Describe "WindowsFeatures" {
} }
} }
it "Check WSL is on path" -Skip:(-not (Test-IsWin19)) { it "Check WSL is on path" {
(Get-Command -Name 'wsl') | Should -BeTrue (Get-Command -Name 'wsl') | Should -BeTrue
} }
} }