(LC_COLLATE): Set it to the empty string and
[platform/upstream/coreutils.git] / tests / lang-default
1 #!/bin/sh
2 # Set locale-related environment variables so we get consistent
3 # message translations, time formats, sort orderings, etc.
4
5 LANGUAGE=''; export LANGUAGE
6 LC_ALL=''; export LC_ALL
7 LANG=''; export LANG
8 LC_COLLATE=''; export LC_COLLATE