[gnutls-devel] GnuTLS | Use faketime instead of datefudge (!1716)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Tue Mar 14 02:29:14 CET 2023




Daiki Ueno commented on a discussion on tests/scripts/gnutls_timewrapper: https://gitlab.com/gnutls/gnutls/-/merge_requests/1716#note_1312363099

> +#!/bin/sh
> +
> +set -e
> +
> +if test -z "${GNUTLS_TIMEWRAPPER_CMD}" ; then

Haven't tested, but can't we swap the order of commands like:
```sh
timeout 1800 datefudge "2019-12-20" ...
```
into
```sh
datefudge "2019-12-20" timeout 1800 ...
```
?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1716#note_1312363099
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20230314/29cc6812/attachment.html>


More information about the Gnutls-devel mailing list