On Tue, Mar 30, 2010 at 5:18 PM, Gregory P. Smith <[email protected]> wrote: > Has anyone looked at the /sbin/hwclock source? It is probably using C > library ctime or asctime calls to print out the time that might be localized > differently for users based on environment/settings. setting LANG=C or > LC_TIME=C or similar might help.
Yes Greg, setting LANG=C makes sure hwclock output will look like it should for the current regular expression that Martin used. I sent an updated patch that just backs up current language settings, sets LANG=C, does the test and then reverts LANG to what was previously set. Thank you very much! _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
