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

l10n: port ls for translation + add french

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
Sylvestre Ledru 2025-06-22 19:26:09 +02:00
parent 1675c3e981
commit dc9dd3fb70
4 changed files with 367 additions and 156 deletions

View file

@ -106,6 +106,7 @@ fn test_invalid_value_time_style() {
.arg("-g")
.arg("--time-style=definitely_invalid_value")
.fails_with_code(2)
.stderr_contains("time-style argument 'definitely_invalid_value'")
.no_stdout();
// If it only looks temporarily like it might be used, no error:
new_ucmd!()