Skip to content

Commit 127afa0

Browse files
committed
Fix typos
1 parent 4e1aee3 commit 127afa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

regress/pesterTests/SSH.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Describe "E2E scenarios for ssh client" -Tags "CI" {
233233
# actual command line ssh target dir "$env:programfiles\";cd "$env:programfiles\";pwd
234234
$o = ssh test_target "dir `"`$env:programfiles\`";cd `"`$env:programfiles\`";pwd"
235235
$LASTEXITCODE | Should Be 0
236-
#$o -contains "Program Files" | Shosshuld Be $True
236+
#$o -contains "Program Files" | Should Be $True
237237
$match = $o -match "Program Files"
238238
$match.count | Should Be 3
239239
}
@@ -303,6 +303,7 @@ Describe "E2E scenarios for ssh client" -Tags "CI" {
303303
$logFile | Should Contain "Exit Status 0"
304304
}
305305

306+
306307
It "$tC.$tI - cipher options (-c)" {
307308
#bad cipher
308309
iex "cmd /c `"ssh -c bad_cipher test_target echo 1234 2>$stderrFile`""

0 commit comments

Comments
 (0)