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 e06db28 commit 978e6cbCopy full SHA for 978e6cb
dsc/tests/dsc_args.tests.ps1
@@ -291,6 +291,6 @@ resources:
291
It 'Invalid --system-root' {
292
dsc config --system-root /invalid/path get -f "$PSScriptRoot/../examples/groups.dsc.yaml" 2> $TestDrive/tracing.txt
293
$LASTEXITCODE | Should -Be 1
294
- "$TestDrive/tracing.txt" | Should -FileContentMatchExactly "Target path '/invalid/path' does not exist"
+ "$TestDrive/tracing.txt" | Should -FileContentMatchExactly "Target path does not exist: '/invalid/path'"
295
}
296
0 commit comments