summaryrefslogtreecommitdiff
path: root/tests/cert-tests/othername-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/othername-test.sh')
-rwxr-xr-xtests/cert-tests/othername-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cert-tests/othername-test.sh b/tests/cert-tests/othername-test.sh
index 6d1b697dc3..ce5be4c84b 100755
--- a/tests/cert-tests/othername-test.sh
+++ b/tests/cert-tests/othername-test.sh
@@ -38,7 +38,7 @@ skip_if_no_datefudge
# time set using datefudge could have changed since the generation
# (if example the system was busy)
-datefudge -s "2007-04-22" \
+datefudge -s "2007-04-22 00:00:00" \
"${CERTTOOL}" --generate-self-signed \
--load-privkey "${srcdir}/data/template-test.key" \
--template "${srcdir}/templates/template-othername.tmpl" \
@@ -53,7 +53,7 @@ if test "${rc}" != "0"; then
exit ${rc}
fi
-datefudge -s "2007-04-22" \
+datefudge -s "2007-04-22 00:00:00" \
"${CERTTOOL}" --generate-self-signed \
--load-privkey "${srcdir}/data/template-test.key" \
--template "${srcdir}/templates/template-othername-xmpp.tmpl" \