mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Implement tests for sftp_rename
torture_sftp_rename has been added which tries to rename an existing file (positive test case) and tries to rename a file that does not exist (negative test case). Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
committed by
Jakub Jelen
parent
ef901829c1
commit
bfa988a7c7
@@ -50,7 +50,8 @@ if (WITH_SFTP)
|
||||
torture_sftp_dir
|
||||
torture_sftp_read
|
||||
torture_sftp_fsync
|
||||
torture_sftp_hardlink
|
||||
torture_sftp_hardlink
|
||||
torture_sftp_rename
|
||||
${SFTP_BENCHMARK_TESTS})
|
||||
endif (WITH_SFTP)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user