summaryrefslogtreecommitdiff
path: root/tests/cert-tests/md5-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/md5-test.sh')
-rwxr-xr-xtests/cert-tests/md5-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cert-tests/md5-test.sh b/tests/cert-tests/md5-test.sh
index 4cea9e8e4c..d8c830f65c 100755
--- a/tests/cert-tests/md5-test.sh
+++ b/tests/cert-tests/md5-test.sh
@@ -37,7 +37,7 @@ skip_if_no_datefudge
# Test MD5 signatures
-datefudge -s "2016-04-15" \
+datefudge -s "2016-04-15 00:00:00" \
"${CERTTOOL}" --verify-chain --infile "${srcdir}/data/chain-md5.pem" >/dev/null 2>&1
rc=$?
if test "${rc}" != "1"; then
@@ -45,7 +45,7 @@ if test "${rc}" != "1"; then
exit ${rc}
fi
-datefudge -s "2016-04-15" \
+datefudge -s "2016-04-15 00:00:00" \
"${CERTTOOL}" --verify-allow-broken --verify-chain --infile "${srcdir}/data/chain-md5.pem" >/dev/null 2>&1
rc=$?
if test "${rc}" != "0"; then