diff options
author | Manish Singh <yosh@gimp.org> | 2005-12-27 08:23:08 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2005-12-27 08:23:08 +0000 |
commit | 4a94f2d3326cd93d4531fbb86ff3153eb87c822a (patch) | |
tree | 5328aebd6072e33eddf015a92de889fbdceaf219 /tests | |
parent | 8ade96bdce2163999121f7a44b9dbd683bdbd33b (diff) |
export LC_COLLATE so it takes. (#324950, Dan Yefimov)
2005-12-27 Manish Singh <yosh@gimp.org>
* tests/run-collate-tests.sh: export LC_COLLATE so it takes.
(#324950, Dan Yefimov)
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run-collate-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-collate-tests.sh b/tests/run-collate-tests.sh index 7bd290c4f..f502b223f 100755 --- a/tests/run-collate-tests.sh +++ b/tests/run-collate-tests.sh @@ -14,6 +14,8 @@ echo_v () } LC_COLLATE=en_US +export LC_COLLATE + error_out=/dev/null if [ "$1" = "-v" ]; then verbose=1 |