[PATCH] explicitly set LC_ALL to 'C' in for guilt run-tests
commitce64b2c52fa7ca3801ec6d7ecdef0ae2a040669b
authorScott Moser <smoser@brickies.net>
Tue, 30 Sep 2008 04:36:50 +0000 (30 00:36 -0400)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Tue, 30 Sep 2008 04:36:50 +0000 (30 00:36 -0400)
tree37dfe4c44e67700dca9ef2363ab9562b0b2e4d4b
parent3d94d2d5a12bf961619a26a52417bec178be6f10
[PATCH] explicitly set LC_ALL to 'C' in for guilt run-tests

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

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

[jeffpc: changed from LANG to LC_ALL & updated description]
Signed-off-by: Scott Moser <smoser@brickies.net>
Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
regression/run-tests