Fix typos
This commit is contained in:
parent
4e1aee3a97
commit
127afa01f4
|
@ -233,7 +233,7 @@ Describe "E2E scenarios for ssh client" -Tags "CI" {
|
|||
# actual command line ssh target dir "$env:programfiles\";cd "$env:programfiles\";pwd
|
||||
$o = ssh test_target "dir `"`$env:programfiles\`";cd `"`$env:programfiles\`";pwd"
|
||||
$LASTEXITCODE | Should Be 0
|
||||
#$o -contains "Program Files" | Shosshuld Be $True
|
||||
#$o -contains "Program Files" | Should Be $True
|
||||
$match = $o -match "Program Files"
|
||||
$match.count | Should Be 3
|
||||
}
|
||||
|
@ -303,6 +303,7 @@ Describe "E2E scenarios for ssh client" -Tags "CI" {
|
|||
$logFile | Should Contain "Exit Status 0"
|
||||
}
|
||||
|
||||
|
||||
It "$tC.$tI - cipher options (-c)" {
|
||||
#bad cipher
|
||||
iex "cmd /c `"ssh -c bad_cipher test_target echo 1234 2>$stderrFile`""
|
||||
|
|
Loading…
Reference in New Issue