mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
remove extra sleep time from debugging scp pester tests
This commit is contained in:
parent
43bbf692c6
commit
2653b08c59
@ -166,7 +166,6 @@ Describe "Tests for scp command" -Tags "CI" {
|
|||||||
|
|
||||||
It 'File copy: <Title> ' -TestCases:$testData {
|
It 'File copy: <Title> ' -TestCases:$testData {
|
||||||
param([string]$Title, $Source, $Destination, [string]$Options)
|
param([string]$Title, $Source, $Destination, [string]$Options)
|
||||||
Start-Sleep -Seconds 60
|
|
||||||
iex "scp $Options $Source $Destination"
|
iex "scp $Options $Source $Destination"
|
||||||
$LASTEXITCODE | Should Be 0
|
$LASTEXITCODE | Should Be 0
|
||||||
#validate file content. DestPath is the path to the file.
|
#validate file content. DestPath is the path to the file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user