[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#56667: test failures tests/channels.scm and tests/texlive.scm
From: |
Chris Keschnat |
Subject: |
bug#56667: test failures tests/channels.scm and tests/texlive.scm |
Date: |
Thu, 21 Jul 2022 09:58:09 +0200 |
Ludovic Courtès <ludo@gnu.org> writes:
> Hi,
>
> Chris Keschnat <chris@catsu.it> skribis:
>
>> test-name: channel-news, one entry
>> location: /home/ck/tmp/guix/tests/channels.scm:323
>> source:
>> + (test-assert
>> + "channel-news, one entry"
>
> [...]
>
>> + (entry (tag "tag-for-first-news-entry")
>> + (title (en "Old news.") (eo "Malnova?oj."))
>
> The question mark above suggests you were not running the test in a
> Unicode-capable locale. I think you may need to first run:
>
> export LC_ALL=en_US.UTF-8
>
> or something similar.
>
> Could you check whether that helps?
Hi Ludovic,
thank you, that does indeed make the test pass.
> [...]