diff options
author | Ingo Klöcker <[email protected]> | 2022-06-09 13:43:24 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2022-06-09 13:43:24 +0000 |
commit | 918afc809d40e057266ced6dfc98a5b3e5b4d3ee (patch) | |
tree | 03d081173623d4bd0108914d70257d2fdee49dbe /tests | |
parent | core: Handle import status lines during keylist operation (diff) | |
download | gpgme-918afc809d40e057266ced6dfc98a5b3e5b4d3ee.tar.gz gpgme-918afc809d40e057266ced6dfc98a5b3e5b4d3ee.zip |
Revert "tests: Avoid problems with local time across a day boundary."
This reverts commit 5ba0e454a37c9b0d3badddfc2dad8bcc7c7af874.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3ff86b6e..99b6fb46 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,7 +21,7 @@ ## Process this file with automake to produce Makefile.in GNUPGHOME=$(abs_builddir) -TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) TZ=UTC +TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) TESTS = t-version t-data t-engine-info |