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:
commit
19103eefcd
9 changed files with 135 additions and 60 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