summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-05-23 15:29:23 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-05-23 16:00:43 +0200
commit0fc9ee9a8ebd3db91d142c6b1eacb5fdee7ded68 (patch)
treede5a126ff701993e9bc5b27513e8fb75669005ae
parente68d8c3baecc3ee0fc0f50e59fb9e95116cfd766 (diff)
downloadgnutls-0fc9ee9a8ebd3db91d142c6b1eacb5fdee7ded68.tar.gz
tests: prf-early.sh: use the static flag of datefudge
This eliminates unexpected failures of the test in slower systems. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rwxr-xr-xtests/tls13/prf-early.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tls13/prf-early.sh b/tests/tls13/prf-early.sh
index 5b5ff0c33b..b19da4cb65 100755
--- a/tests/tls13/prf-early.sh
+++ b/tests/tls13/prf-early.sh
@@ -25,5 +25,5 @@ builddir="${builddir:-.}"
check_for_datefudge
-datefudge 2019-04-12 "${builddir}/tls13/prf-early" "$@"
+datefudge -s 2019-04-12 "${builddir}/tls13/prf-early" "$@"
exit $?