Present desktop authentication and automatic relocking
This commit is contained in:
@@ -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(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user