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" {
233
233
# actual command line ssh target dir "$env:programfiles\";cd "$env:programfiles\";pwd
234
234
$o = ssh test_target " dir `"`$ env:programfiles\`" ;cd `"`$ env:programfiles\`" ;pwd"
235
235
$LASTEXITCODE | Should Be 0
236
- # $o -contains "Program Files" | Shosshuld Be $True
236
+ # $o -contains "Program Files" | Should Be $True
237
237
$match = $o -match " Program Files"
238
238
$match.count | Should Be 3
239
239
}
@@ -303,6 +303,7 @@ Describe "E2E scenarios for ssh client" -Tags "CI" {
303
303
$logFile | Should Contain " Exit Status 0"
304
304
}
305
305
306
+
306
307
It " $tC .$tI - cipher options (-c)" {
307
308
# bad cipher
308
309
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