Add remove mount capabilities to CLI and UI #62
This commit is contained in:
@@ -336,6 +336,7 @@ TEST_P(utils_encryption_read_encrypted_range_fixture, single_byte_read) {
|
||||
|
||||
TEST_P(utils_encryption_read_encrypted_range_fixture,
|
||||
begin_at_exact_chunk_boundary) {
|
||||
|
||||
auto begin = static_cast<std::uint64_t>(chunk);
|
||||
std::uint64_t end = begin + 1024U - 1U;
|
||||
if (end >= plain_sz)
|
||||
|
||||
Reference in New Issue
Block a user