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 671c476 commit e9eabebCopy full SHA for e9eabeb
gix-path/src/env/git.rs
@@ -370,7 +370,7 @@ mod tests {
370
// Check that `ALTERNATIVE_LOCATIONS` correspond to them, with the correct subdirectories.
371
GitBinSuffixes::assert_from(&pf, locations).assert_architectures();
372
373
- // FIXME: Assert the other relationships between pf values and ALTERNATIVE_LOCATIONS contents!
+ // FIXME: Assert that the directory separators are `/` in the underlying `OsString`s.
374
}
375
376
#[test]
0 commit comments