git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] explicitly set LANG to 'C' in for guilt run-tests
@ 2008-09-29 18:51 Scott Moser
  2008-09-29 20:25 ` Mikael Magnusson
  0 siblings, 1 reply; 5+ messages in thread
From: Scott Moser @ 2008-09-29 18:51 UTC (permalink / raw)
  To: Josef "Jeff" Sipek; +Cc: git, Scott Moser

The output of guilt's run-tests is dependent on LANG due to reliance on a
given sorting algorithm. Currently, the test '052' will fail if LANG is
set to 'en_US.UTF-8' (and likely others values).

Remove the assumption by explicitly setting this in run-tests.

Signed-off-by: Scott Moser <smoser@brickies.net>
---
 regression/run-tests |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/regression/run-tests b/regression/run-tests
index 8f572eb..945150b 100755
--- a/regression/run-tests
+++ b/regression/run-tests
@@ -2,6 +2,7 @@
 
 export REG_DIR="$PWD"
 export PATH="$PWD/bin:$PATH"
+export LANG=C
 
 source scaffold
 
-- 
1.5.6.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-09-30  4:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-29 18:51 [PATCH] explicitly set LANG to 'C' in for guilt run-tests Scott Moser
2008-09-29 20:25 ` Mikael Magnusson
2008-09-29 20:49   ` Josef Jeff Sipek
2008-09-29 21:01     ` Scott Moser
2008-09-30  4:42   ` Josef 'Jeff' Sipek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).