diff options
| author | Josselin Poiret <dev@jpoiret.xyz> | 2024-01-16 00:12:14 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:27 +0200 |
| commit | 7763a6d7bd2e333f9b7ba669ad9b28113e53e059 (patch) | |
| tree | c578c2fcacb2f753ea185ecac0e9882f6c57366b /gnu/packages/disk.scm | |
| parent | 13b5b5d10f32fde3543e7346c776f5734e6c9a6e (diff) | |
gnu: parted: Use C.UTF-8 for Unicode tests.
* gnu/packages/disk.scm (parted): Switch back from en_US.utf8 to the initially
upstream-intended C.UTF-8.
Change-Id: I96352abeecd0f63d64fdaa826a24c9564ef16616
Diffstat (limited to 'gnu/packages/disk.scm')
| -rw-r--r-- | gnu/packages/disk.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 6fbd270204e..357920af9cc 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm | |||
| @@ -273,8 +273,6 @@ tmpfs/ramfs filesystems.") | |||
| 273 | #~(modify-phases %standard-phases | 273 | #~(modify-phases %standard-phases |
| 274 | (add-after 'unpack 'fix-locales-and-python | 274 | (add-after 'unpack 'fix-locales-and-python |
| 275 | (lambda _ | 275 | (lambda _ |
| 276 | (substitute* "tests/t0251-gpt-unicode.sh" | ||
| 277 | (("C.UTF-8") "en_US.utf8")) ;not in Glibc locales | ||
| 278 | (substitute* "tests/msdos-overlap" | 276 | (substitute* "tests/msdos-overlap" |
| 279 | (("/usr/bin/python") (which "python")))))))) | 277 | (("/usr/bin/python") (which "python")))))))) |
| 280 | (inputs | 278 | (inputs |
