Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2011 22:05:09 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/regression/bin/date regress.sh
Message-ID:  <201101092205.p09M5UQD098802@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

keramida    2011-01-09 22:05:09 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/bin/date regress.sh 
  Log:
  SVN rev 217208 on 2011-01-09 22:05:09Z by keramida
  
  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
  
  Revision  Changes    Path
  1.4       +1 -1      src/tools/regression/bin/date/regress.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101092205.p09M5UQD098802>