From 0fc9ee9a8ebd3db91d142c6b1eacb5fdee7ded68 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 23 May 2019 15:29:23 +0200 Subject: 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 --- tests/tls13/prf-early.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $? -- cgit v1.2.1