1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #8287 from sylvestre/l10n-base32

l10n: port base32 for translation + add french
This commit is contained in:
Daniel Hofstetter 2025-06-30 10:26:07 +02:00 committed by GitHub
commit 19103eefcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 135 additions and 60 deletions

View file

@ -231,6 +231,10 @@ cyBvdmVyIHRoZSBsYXp5IGRvZy4=
#[test]
fn test_manpage() {
use std::process::{Command, Stdio};
unsafe {
// force locale to english to avoid issues with manpage output
std::env::set_var("LANG", "C");
}
let test_scenario = TestScenario::new("");