mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
add support for a start directory
Fixes #705 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -404,7 +404,8 @@ func TestSSHCommandPath(t *testing.T) {
|
||||
ReadError: nil,
|
||||
}
|
||||
connection := &Connection{
|
||||
channel: &mockSSHChannel,
|
||||
channel: &mockSSHChannel,
|
||||
BaseConnection: common.NewBaseConnection("", common.ProtocolSSH, "", "", dataprovider.User{}),
|
||||
}
|
||||
sshCommand := sshCommand{
|
||||
command: "test",
|
||||
|
||||
Reference in New Issue
Block a user