Skip to content

Commit 382bdf1

Browse files
SteveL-MSFTtgauth
andauthored
Update powershell-adapter/Tests/win_powershellgroup.tests.ps1
Co-authored-by: Tess Gauthier <[email protected]>
1 parent c8b29cb commit 382bdf1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

powershell-adapter/Tests/win_powershellgroup.tests.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ Describe 'WindowsPowerShell adapter resource tests - requires elevated permissio
1717
$env:PSModulePath += [System.IO.Path]::PathSeparator + $PSScriptRoot
1818

1919
$winpsConfigPath = Join-path $PSScriptRoot "winps_resource.dsc.yaml"
20-
if ($isWindows) {
21-
$cacheFilePath_v5 = Join-Path $env:LocalAppData "dsc" "WindowsPSAdapterCache.json"
22-
}
20+
$cacheFilePath_v5 = Join-Path $env:LocalAppData "dsc" "WindowsPSAdapterCache.json"
2321
}
2422
AfterAll {
2523
$env:PSModulePath = $OldPSModulePath

0 commit comments

Comments
 (0)