isolate test directory
This commit is contained in:
@ -184,8 +184,7 @@ auto encrypt_provider::do_fs_operation(
|
||||
}
|
||||
}
|
||||
|
||||
source_path =
|
||||
utils::path::absolute(utils::path::combine(cfg.path, {source_path}));
|
||||
source_path = utils::path::combine(cfg.path, {source_path});
|
||||
if (source_path != cfg.path &&
|
||||
not source_path.starts_with(cfg.path +
|
||||
utils::path::directory_seperator)) {
|
||||
|
Reference in New Issue
Block a user