diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tls13/prf-early.sh | 2 |
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 $? |