summaryrefslogtreecommitdiff
path: root/tests/cert-tests/certtool-eddsa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/certtool-eddsa.sh')
-rwxr-xr-xtests/cert-tests/certtool-eddsa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/certtool-eddsa.sh b/tests/cert-tests/certtool-eddsa.sh
index ea5cc7f5db..be0c8e5d8d 100755
--- a/tests/cert-tests/certtool-eddsa.sh
+++ b/tests/cert-tests/certtool-eddsa.sh
@@ -126,7 +126,7 @@ rm -f "${KEYFILE}"
skip_if_no_datefudge
# Test certificate chain using Ed25519
-datefudge "2017-7-6" \
+gnutls_timewrapper_standalone "2017-7-6" \
${VALGRIND} "${CERTTOOL}" --verify-chain --infile ${srcdir}/data/chain-eddsa.pem
if test $? != 0; then