From 8a8cfba62bfe2293d6355f68d44bab5323a91118 Mon Sep 17 00:00:00 2001 From: Reid Thompson Date: Wed, 27 Dec 2023 12:53:53 -0300 Subject: [PATCH] Remove resolved comment. --- test/src/module/storage/sftpTest.c | 1 - 1 file changed, 1 deletion(-) 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},