We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee49bd commit fbb0c8eCopy full SHA for fbb0c8e
dsc/tests/dsc_settings.tests.ps1
@@ -17,7 +17,7 @@ Describe 'tests for dsc settings' {
17
$script:dscDefaultv1SettingsJson = Get-Content -Raw -Path $script:dscDefaultv1SettingsFilePath
18
19
$script:policyDirPath = $script:policyFilePath | Split-Path
20
- New-Item -ItemType Directory -Path $script:policyDirPath -ErrorAction SilentlyContinue | Out-Null
+ New-Item -ItemType Directory -Path $script:policyDirPath | Out-Null
21
22
#create backups of settings files
23
$script:dscSettingsFilePath_backup = Join-Path $script:dscHome "settings.dsc.json.backup"
0 commit comments