Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(sshpass): change passphrase detection to 'assphrase'
  • Loading branch information
GregoryDosh committed Feb 11, 2022
commit e91bce844b71bafda23ccb1c2146af4f81d37b01
4 changes: 2 additions & 2 deletions internal/scp/scp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func TestArguments(t *testing.T) {
wantCommand: testutils.FlattenArguments(
testutils.MockSSHPassPath,
openssh.DefaultSSHPassFlags,
"-Ppassphrase",
"-Passphrase",
"-f", "/tmp/vela-plugin-openssh-passphrase-file-",
testutils.MockSCPPath,
openssh.DefaultSCPFlags,
Expand Down Expand Up @@ -381,7 +381,7 @@ func TestArguments(t *testing.T) {
wantCommand: testutils.FlattenArguments(
testutils.MockSSHPassPath,
"-v",
"-Ppassphrase",
"-Passphrase",
"-f", "/tmp/vela-plugin-openssh-passphrase-file-",
testutils.MockSCPPath,
"-o", "StrictHostKeyChecking=yes",
Expand Down