tests: Avoid problems with local time across a day boundary.
-- GnuPG-bug-id: 5991
This commit is contained in:
parent
f3011b5a19
commit
5ba0e454a3
@ -22,7 +22,7 @@
|
|||||||
GPG = gpg
|
GPG = gpg
|
||||||
|
|
||||||
GNUPGHOME=$(abs_builddir)
|
GNUPGHOME=$(abs_builddir)
|
||||||
TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME)
|
TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) TZ=UTC
|
||||||
|
|
||||||
EXTRA_DIST = initial.test final.test
|
EXTRA_DIST = initial.test final.test
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
GNUPGHOME=$(abs_builddir)
|
GNUPGHOME=$(abs_builddir)
|
||||||
TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME)
|
TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) TZ=UTC
|
||||||
|
|
||||||
TESTS = t-version t-data t-engine-info
|
TESTS = t-version t-data t-engine-info
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user