From: Nikos Mavrogiannopoulos Date: Thu, 23 May 2019 13:29:23 +0000 (+0200) Subject: tests: prf-early.sh: use the static flag of datefudge X-Git-Tag: gnutls_3_6_8~8 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0fc9ee9a8ebd3db91d142c6b1eacb5fdee7ded68;p=thirdparty%2Fgnutls.git 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 --- 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 $?