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 ca2d441 commit 677b5ecCopy full SHA for 677b5ec
dsc/tests/dsc_args.tests.ps1
@@ -309,8 +309,8 @@ resources:
309
"$TestDrive/tracing.txt" | Should -FileContentMatchExactly 'Can not perform this operation on the adapter'
310
}
311
312
- It 'Invalid --target-path' {
313
- dsc config --target-path /invalid/path get -p "$PSScriptRoot/../examples/groups.dsc.yaml" 2> $TestDrive/tracing.txt
+ It 'Invalid --system-root' {
+ dsc config --system-root /invalid/path get -p "$PSScriptRoot/../examples/groups.dsc.yaml" 2> $TestDrive/tracing.txt
314
$LASTEXITCODE | Should -Be 1
315
"$TestDrive/tracing.txt" | Should -FileContentMatchExactly "Target path '/invalid/path' does not exist"
316
0 commit comments