Present desktop authentication and automatic relocking

This commit is contained in:
2026-08-10 15:21:20 +02:00
parent e0ce21337d
commit b9034c5274
8 changed files with 540 additions and 28 deletions

View File

@@ -110,7 +110,10 @@ fn nested_repository_selection_is_innermost() -> TestResult {
let selected =
GitRepository::open_innermost(&outer_store, Path::new("nested/secret.gpg"), identity())?;
assert_eq!(selected.root(), temporary.path().join("nested"));
assert_eq!(
selected.root(),
fs::canonicalize(temporary.path().join("nested"))?
);
Ok(())
}