We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3b110 commit 43bbf69Copy full SHA for 43bbf69
regress/pesterTests/SCP.Tests.ps1
@@ -52,13 +52,7 @@ Describe "Tests for scp command" -Tags "CI" {
52
Source = $SourceFilePath
53
Destination = "test_target:$DestinationFilePath"
54
Options = "-S `"$sshcmd`""
55
- },
56
- @{
57
- Title = 'Simple copy remote file to local file'
58
- Source = "test_target:$SourceFilePath"
59
- Destination = $DestinationFilePath
60
- Options = "-p -c aes128-ctr -C"
61
+ },
62
@{
63
Title = 'Simple copy local file to local dir'
64
0 commit comments