We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb148e5 commit 9e9b972Copy full SHA for 9e9b972
tests/index/mod.rs
@@ -109,12 +109,12 @@ fn index_rw() -> crate::Result<(Index, TempDir)> {
109
}
110
111
fn fixture_dir() -> crate::Result<PathBuf> {
112
- Ok(git_testtools::scripted_fixture_repo_read_only_with_args(
+ git_testtools::scripted_fixture_repo_read_only_with_args(
113
"make-index-from-parts.sh",
114
std::env::current_dir()
115
.ok()
116
.map(|p| p.to_str().unwrap().to_owned()),
117
- )?)
+ )
118
119
120
fn clone_options() -> crates_index_diff::index::CloneOptions<'static> {
0 commit comments