Skip to content

Commit 7697f51

Browse files
committed
see if this fixes the CI test issue on windows (#301)
It doesn't reproduce on a local VM though.
1 parent 09f904b commit 7697f51

File tree

1 file changed

+1
-1
lines changed
  • git-repository/tests/discover

1 file changed

+1
-1
lines changed

git-repository/tests/discover/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ mod existing {
7171
// up far enough. (This tests that `discover::existing` canonicalizes paths before
7272
// exploring ancestors.)
7373
let working_dir = repo_path()?;
74-
let dir = working_dir.join("some/very/deeply/nested/subdir/../../../../../../..");
74+
let dir = working_dir.join("some/very/deeply/nested/subdir/../../../../../..");
7575
let (path, trust) = git_repository::path::discover(&dir)?;
7676
assert_eq!(path.kind(), Kind::WorkTree);
7777
assert_eq!(

0 commit comments

Comments
 (0)