]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: prf-early.sh: use the static flag of datefudge
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 23 May 2019 13:29:23 +0000 (15:29 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 23 May 2019 14:00:43 +0000 (16:00 +0200)
This eliminates unexpected failures of the test in slower systems.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
tests/tls13/prf-early.sh

index 5b5ff0c33bcde68dc07f2a825f823ca8bf800fb8..b19da4cb651061d9e153762d473ff9c7191fe062 100755 (executable)
@@ -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 $?