bug#18754: tests/t0251-gpt-unicode.sh depends on C.UTF-8 locale
Adam Sampson <[email protected]>
| Newsgroups | gmane.comp.gnu.parted.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi parted maintainers, In parted 3.2, tests/t0251-gpt-unicode.sh needs the C.UTF-8 locale. However, this isn't provided by stock glibc, and it's not available on all systems (only ones like Debian where they've patched it in). I guess the test only really needs *some* UTF-8 locale, so a potential fix would be to grep the output of "locale -a" for a UTF-8 locale to use -- and not run the test at all if there isn't one. Thanks, -- Adam Sampson <[email protected]> <http://offog.org/>