cli: Add `LANG` env var to tests

Signed-off-by: Sebastian Martinez <me@sebastinez.dev>
This commit is contained in:
Sebastian Martinez 2023-02-07 15:48:45 -03:00 committed by Alexis Sellier
parent f1de61ad88
commit 5c491284dd
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ fn test<'a>(
.env("RAD_HOME", home.to_string_lossy())
.env("RAD_PASSPHRASE", "radicle")
.env("TZ", "UTC")
.env("LANG", "C")
.env(radicle_cob::git::RAD_COMMIT_TIME, "1671125284")
.envs(git::env::GIT_DEFAULT_CONFIG)
.envs(envs)