coreutils/tests
Sylvestre Ledru a7f3cb0209 realpath: fix regression with empty string validation
Fixes issue introduced in b965c944837df66b233f57fca7275fbed4e4d311 where
switching from NonEmptyStringValueParser to OsString parser removed
validation that arguments cannot be empty strings.

- Add custom NonEmptyOsStringParser that validates OsString is not empty
- Use the parser for FILES, --relative-to, and --relative-base arguments
- Add test case to verify empty strings are rejected with exit code 1
- Fixes GNU realpath test failure
2025-08-14 10:52:37 +02:00
..
benches/factor chore: cleanup unused dependencies 2025-07-02 19:47:23 -04:00
by-util realpath: fix regression with empty string validation 2025-08-14 10:52:37 +02:00
fixtures test(sort): Fix fixtures 2025-07-25 13:51:53 +02:00
uutests tests/uutests/Cargo.toml: Pull ctor from workspace 2025-08-11 11:04:04 +08:00
test_util_name.rs clap localization: address PR review comments 2025-08-14 10:52:03 +02:00
tests.rs uutests: fix the doc 2025-03-29 09:28:54 +01:00