str4d / rage

A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org/v1
Apache License 2.0
2.53k stars 97 forks source link

rage: Use `LC_ALL` in CLI tests #457

Closed str4d closed 7 months ago

str4d commented 7 months ago

LANG can be overridden within DesktopLanguageRequester, while LC_ALL is treated as a universal override. My hypothesis is that macOS is setting some of the override variables, causing LANG to be ignored.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2cfa5e3) 40.47% compared to head (f2dc706) 40.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #457 +/- ## ======================================= Coverage 40.47% 40.47% ======================================= Files 35 35 Lines 3212 3212 ======================================= Hits 1300 1300 Misses 1912 1912 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.