guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/17: gnu: parted: Use C.UTF-8 for Unicode tests.


From: guix-commits
Subject: 13/17: gnu: parted: Use C.UTF-8 for Unicode tests.
Date: Thu, 18 Jan 2024 07:58:12 -0500 (EST)

jpoiret pushed a commit to branch core-updates
in repository guix.

commit 9838a263bae546e1ae936e0956e948d63d149611
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Tue Jan 16 00:12:14 2024 +0100

    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
---
 gnu/packages/disk.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 48ea19933a..4582ad3555 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -270,8 +270,6 @@ tmpfs/ramfs filesystems.")
       #~(modify-phases %standard-phases
           (add-after 'unpack 'fix-locales-and-python
             (lambda _
-              (substitute* "tests/t0251-gpt-unicode.sh"
-                (("C.UTF-8") "en_US.utf8")) ;not in Glibc locales
               (substitute* "tests/msdos-overlap"
                 (("/usr/bin/python") (which "python"))))))))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]