diff --git a/test/src/module/storage/sftpTest.c b/test/src/module/storage/sftpTest.c index b6dca46ff..de07b2c47 100644 --- a/test/src/module/storage/sftpTest.c +++ b/test/src/module/storage/sftpTest.c @@ -4259,7 +4259,6 @@ testRun(void) {.function = HRNLIBSSH2_SFTP_RMDIR_EX, .param = "[\"" TEST_PATH "/remove1/remove2/remove.txt\"]", .resultInt = LIBSSH2_ERROR_SFTP_PROTOCOL}, {.function = HRNLIBSSH2_SFTP_LAST_ERROR, .resultUInt = LIBSSH2_FX_NO_SUCH_FILE}, - // !!! jrt need to verify that in case where remove.txt is permission denied that this is what happens {.function = HRNLIBSSH2_SFTP_RMDIR_EX, .param = "[\"" TEST_PATH "/remove1/remove2\"]", .resultInt = LIBSSH2_ERROR_SFTP_PROTOCOL}, {.function = HRNLIBSSH2_SFTP_LAST_ERROR, .resultUInt = LIBSSH2_FX_PERMISSION_DENIED},