diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-15 23:41:58 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-15 23:41:58 +0100 |
commit | 3ff3ab8abe12d6b76cab2b42b1ccff94d5e54854 (patch) | |
tree | 171b35203e836ac5dff0647ae166712e08e046d4 /tests | |
parent | 7a5c3a85b3a8444578932809f648b17537b70d1d (diff) | |
download | gnutls-3ff3ab8abe12d6b76cab2b42b1ccff94d5e54854.tar.gz |
Added small text
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cert-tests/template-test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cert-tests/template-test b/tests/cert-tests/template-test index 769957b7a9..75f6fab1fb 100755 --- a/tests/cert-tests/template-test +++ b/tests/cert-tests/template-test @@ -30,6 +30,10 @@ if test "$TSTAMP" != "1158962400"; then exit 77 fi +# Note that in rare cases this test may fail because the +# time set using datefudge could have changed since the generation +# (if example the system was busy) + datefudge "2007-04-22" \ $CERTTOOL --generate-self-signed \ --load-privkey $srcdir/template-test.key \ |