File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 `" "
You can’t perform that action at this time.
0 commit comments