freebsd-dev/tools/regression/bin/date
Giorgos Keramidas 50ffd2d643 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.

Reviewed by:	uqs, edwin
2011-01-09 22:05:09 +00:00
..
Makefile
regress.sh regression/date: unset all LC_xxx vars and set LANG/LC_ALL 2011-01-09 22:05:09 +00:00
regress.t