File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ registry = "Registry"
1515
1616[get ]
1717notImplemented = " get not yet implemented for Microsoft.OpenSSH.SSHD/sshd_config"
18- defaultShellEmpty = " shell cannot be empty"
1918defaultShellMustBeString = " shell must be a string"
2019defaultShellCmdOptionMustBeString = " cmdOption must be a string"
2120defaultShellEscapeArgsMustBe0Or1 = " '%{input}' must be a 0 or 1"
Original file line number Diff line number Diff line change @@ -198,12 +198,12 @@ Describe 'Default Shell Configuration Error Handling on Non-Windows Platforms' -
198198
199199 $out = sshdconfig set -- input $inputConfig 2>&1
200200 $LASTEXITCODE | Should -Not - Be 0
201- $out | Should - BeLike ' *not applicable to this platform *'
201+ $out | Should - BeLike ' *is only applicable to Windows *'
202202 }
203203
204204 It ' Should return error for get command' {
205205 $out = sshdconfig get - s windows- global 2>&1
206206 $LASTEXITCODE | Should -Not - Be 0
207- $out | Should - BeLike ' *not applicable to this platform *'
207+ $out | Should - BeLike ' *is only applicable to Windows *'
208208 }
209209}
You can’t perform that action at this time.
0 commit comments