From: Christos Zoulas Date: Mon, 18 Apr 2016 20:20:31 +0000 (+0000) Subject: Run tests in UTC X-Git-Tag: FILE5_27~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c3b51db749b75835fffa056f5fbe07dd6862ed2;p=file Run tests in UTC --- diff --git a/tests/Makefile.am b/tests/Makefile.am index e55cdf46..46c02e82 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,4 +13,4 @@ issue311docx.testfile T = $(top_srcdir)/tests check-local: MAGIC=$(top_builddir)/magic/magic ./test - set -e; for i in $T/*.testfile; do echo Running test: $$i; MAGIC=$(top_builddir)/magic/magic ./test $$i $${i%%.testfile}.result; done + set -e; for i in $T/*.testfile; do echo Running test: $$i; TZ=UTC MAGIC=$(top_builddir)/magic/magic ./test $$i $${i%%.testfile}.result; done diff --git a/tests/fit-map-data.result b/tests/fit-map-data.result index 90bf20df..0dbbb1b5 100644 --- a/tests/fit-map-data.result +++ b/tests/fit-map-data.result @@ -1 +1 @@ -FIT Map data, unit id 65536, serial 3879446968, Sat May 31 06:00:34 2014, manufacturer 1 (garmin), product 1632, type 4 (Activity) \ No newline at end of file +FIT Map data, unit id 65536, serial 3879446968, Sat May 31 10:00:34 2014, manufacturer 1 (garmin), product 1632, type 4 (Activity) \ No newline at end of file