Skip to content

Commit

Permalink
fixup two more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 13, 2024
1 parent 9c6a499 commit c04bd20
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -3004,5 +3004,33 @@
"stderr": "",
"returncode": 0
}
},
{
"input": {
"arguments": [
"sftp://us%65r:pwd;giraffe@odd",
"--get",
"[password]"
]
},
"expected": {
"stdout": "pwd;giraffe\n",
"stderr": "",
"returncode": 0
}
},
{
"input": {
"arguments": [
"sftp://us%65r:pwd;giraffe@odd",
"--get",
"[:password]"
]
},
"expected": {
"stdout": "pwd%3bgiraffe\n",
"stderr": "",
"returncode": 0
}
}
]

0 comments on commit c04bd20

Please sign in to comment.