use LC_ALL instead of LC_COLLATE, to make sure we really override things.

2005-12-27  Manish Singh  <yosh@gimp.org>

        * tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
        make sure we really override things.
This commit is contained in:
Manish Singh 2005-12-27 23:35:52 +00:00 committed by Manish Singh
parent 1e4efb6554
commit a05f171524
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-12-27 Manish Singh <yosh@gimp.org>
* tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
make sure we really override things.
2005-12-27 Matthias Clasen <mclasen@redhat.com>
Fix #316221, Michal Benes, Stanislav Brabec;

View File

@ -1,3 +1,8 @@
2005-12-27 Manish Singh <yosh@gimp.org>
* tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
make sure we really override things.
2005-12-27 Matthias Clasen <mclasen@redhat.com>
Fix #316221, Michal Benes, Stanislav Brabec;

View File

@ -1,3 +1,8 @@
2005-12-27 Manish Singh <yosh@gimp.org>
* tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
make sure we really override things.
2005-12-27 Matthias Clasen <mclasen@redhat.com>
Fix #316221, Michal Benes, Stanislav Brabec;

View File

@ -13,8 +13,8 @@ echo_v ()
fi
}
LC_COLLATE=en_US
export LC_COLLATE
LC_ALL=en_US
export LC_ALL
error_out=/dev/null
if [ "$1" = "-v" ]; then