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 c8b2eb3 commit 4d98535Copy full SHA for 4d98535
gix-path/src/env/git.rs
@@ -423,12 +423,11 @@ mod tests {
423
#[test]
424
#[cfg(windows)]
425
fn alternative_locations() {
426
- let locations = super::ALTERNATIVE_LOCATIONS.as_slice();
427
-
428
// Obtain program files directory paths by other means and check that they seem correct.
429
let pf = ProgramFilesPaths::obtain_envlessly().validate();
430
431
// Check that `ALTERNATIVE_LOCATIONS` correspond to them, with the correct subdirectories.
+ let locations = super::ALTERNATIVE_LOCATIONS.as_slice();
432
GitBinSuffixes::assert_from(&pf, locations).assert_architectures();
433
}
434
0 commit comments