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:
parent
e00167bd6b
commit
f12111b7a2
7 changed files with 100 additions and 78 deletions
|
@ -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("");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue