]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r217208 - regression/date: unset all LC_xxx vars and set LANG/LC_ALL
authorkeramida <keramida@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Jan 2011 11:23:42 +0000 (11:23 +0000)
committerkeramida <keramida@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Jan 2011 11:23:42 +0000 (11:23 +0000)
commitae19866a510bef1b1a8f25734186d415081d7b04
tree50f3deccf6e9ab87d4bbf8ffe02b3abd848582c7
parentfcbcf09bf22c9753143c8569970e114f79236cb4
MFC r217208 - regression/date: unset all LC_xxx vars and set LANG/LC_ALL

When running with a custom locale setup, it's easy to confuse the
date regression tests and cause them to fail, e.g. when LANG='C'
but LC_ALL='el_GR.UTF-8'.  Set LC_ALL to 'C', which overrides all
other LC_xxx options, to avoid this sort of problem.

git-svn-id: svn://svn.freebsd.org/base/stable/8@217347 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/regression/bin/date/regress.sh