bug-coreutils
[Top][All Lists]
Advanced

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

bug#6217: new test failure: misc/sort-debug-keys


From: Pádraig Brady
Subject: bug#6217: new test failure: misc/sort-debug-keys
Date: Tue, 18 May 2010 23:51:37 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 18/05/10 22:15, Jim Meyering wrote:
> Hi Pádraig,
> 
> I've just noticed this failure:
> 
>   http://hydra.nixos.org/build/411307/nixlog/1/raw
> 
> but don't have time to look at it now.
> I suspect that LC_ALL=none is the problem.

Sigh, I noticed the failure right after I checked in,
and thought I had fixed it with 144d6e5f, but misread
the tarball and manual successes as a build success :(

This should hopefully fix it.

sorry,
Pádraig.

diff --git a/tests/misc/sort-debug-keys b/tests/misc/sort-debug-keys
index 0f05025..6714a47 100755
--- a/tests/misc/sort-debug-keys
+++ b/tests/misc/sort-debug-keys
@@ -300,7 +300,8 @@ _____
 ___________________
 EOF

-if test "$LOCALE_FR_UTF8"; then
+: ${LOCALE_FR_UTF8=none}
+if test "$LOCALE_FR_UTF8" != "none"; then






reply via email to

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