Make sure to set TZ and LC_TIME so we get predictable results

This commit is contained in:
rocky
2003-09-07 18:10:55 +00:00
parent 996c334a4d
commit 7ade75cd07

View File

@@ -1,6 +1,13 @@
# $Id: check_common_fn.in,v 1.2 2003/06/08 13:08:37 rocky Exp $
# $Id: check_common_fn.in,v 1.3 2003/09/07 18:10:55 rocky Exp $
# Common routines and setup for regression testing.
SKIP_TEST_EXITCODE=77
# Some output changes depending on TZ and locale. Set this so we get known
# results
TZ=CUT
LC_TIME='en_US'
export TZ LC_TIME
check_result() {
RC=$1
shift