Skip to content

Commit

Permalink
fix: make tests independent of system locale
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz committed Sep 12, 2024
1 parent eaccbf6 commit c6e66be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-branchless-lib/src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ impl Git {
("GIT_COMMITTER_DATE", date),
("GIT_EDITOR", git_editor),
("GIT_EXEC_PATH", self.git_exec_path.as_os_str().into()),
("LC_ALL", "en_US.UTF-8".into()),
("PATH", new_path),
(TEST_GIT, self.path_to_git.as_os_str().into()),
(
Expand Down

0 comments on commit c6e66be

Please sign in to comment.