mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Make git::use_the_cli
test truly locale independent
This commit is contained in:
parent
c256d74031
commit
8fdac923e8
@ -2831,7 +2831,11 @@ From [..]
|
||||
[FINISHED] [..]
|
||||
";
|
||||
|
||||
project.cargo("check -v").with_stderr(stderr).run();
|
||||
project
|
||||
.cargo("check -v")
|
||||
.env("LC_ALL", "C")
|
||||
.with_stderr(stderr)
|
||||
.run();
|
||||
assert!(paths::home().join(".cargo/git/CACHEDIR.TAG").is_file());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user