mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #2447 from jhscheer/locale_c
fix some issues with locale (replace "LANGUAGE" with "LC_ALL")
This commit is contained in:
commit
87eaf6e80a
41 changed files with 135 additions and 140 deletions
|
@ -168,7 +168,7 @@ fn test_ls_width() {
|
|||
.ucmd()
|
||||
.args(&option.split(' ').collect::<Vec<_>>())
|
||||
.fails()
|
||||
.stderr_only("ls: invalid line width: ‘1a’");
|
||||
.stderr_only("ls: invalid line width: '1a'");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue