diff options
Diffstat (limited to 'tests/openpgp/tofu.test')
-rwxr-xr-x | tests/openpgp/tofu.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/openpgp/tofu.test b/tests/openpgp/tofu.test index 18c17562c..0d34af409 100755 --- a/tests/openpgp/tofu.test +++ b/tests/openpgp/tofu.test @@ -4,6 +4,9 @@ # set -x +# Redefine GPG with a fixed time. +GPG="$GPG --faked-system-time=1466684990" + KEYS="2183839A BC15C85A EE37CF96" # Make sure $srcdir is set. |