diff options
Diffstat (limited to 'tools/regression/usr.bin/lastcomm/regress.t')
-rwxr-xr-x | tools/regression/usr.bin/lastcomm/regress.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/regression/usr.bin/lastcomm/regress.t b/tools/regression/usr.bin/lastcomm/regress.t index 6abca0b..d733dbc 100755 --- a/tools/regression/usr.bin/lastcomm/regress.t +++ b/tools/regression/usr.bin/lastcomm/regress.t @@ -6,6 +6,8 @@ DIR=`dirname $0` ARCH=`uname -m` +TZ=UTC; export TZ + check() { NUM=$1 |