OSDN Git Service

Set LC_ALL instead of LANG in the test suite config
authorTheodore Ts'o <tytso@mit.edu>
Sat, 30 Jun 2007 22:41:31 +0000 (18:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 30 Jun 2007 23:52:11 +0000 (19:52 -0400)
commit6c9cc5837513808d4f8e7485dc8b50afd9359c86
tree194f6f5b08472be48de553d6466b8c481dbaf598
parentbcafb8d76e3457a846e0af0933a8ebe89a796864
Set LC_ALL instead of LANG in the test suite config

LC_ALL is the "high priority" environment variable that overrides all
others, where as LANG is the lowest priorty environment variable.  If
LC_ALL is set, it doesn't matter whether LANG, LANGUAGE, LC_COLLATE,
LC_MESSAGES, and the all the rest are set.  This will assure that the
locale when running the test suites is the "C" locale.

Obviates Gentoo patch: e2fsprogs-1.38-tests-locale.patch

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
tests/test_config