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

base*: create a common locale directory with symlinks

This commit is contained in:
Sylvestre Ledru 2025-06-29 19:52:34 +02:00 committed by Sylvestre Ledru
parent e00167bd6b
commit f12111b7a2
7 changed files with 100 additions and 78 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("");