MAX_ENTRIES increased to 128.
[gnutls.git] / tests / suite / testcompat
blob320d9e41026fbdec7a43873299ee101c230f77ab
1 #!/bin/sh
3 # Copyright (C) 2010-2012 Free Software Foundation, Inc.
5 # Author: Nikos Mavrogiannopoulos
7 # This file is part of GnuTLS.
9 # GnuTLS is free software; you can redistribute it and/or modify it
10 # under the terms of the GNU General Public License as published by the
11 # Free Software Foundation; either version 3 of the License, or (at
12 # your option) any later version.
14 # GnuTLS is distributed in the hope that it will be useful, but
15 # WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # General Public License for more details.
19 # You should have received a copy of the GNU General Public License
20 # along with GnuTLS; if not, write to the Free Software Foundation,
21 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23 if ! test -x /usr/bin/openssl;then
24 echo "You need openssl to run this test"
25 exit 77
28 # Check for datefudge
29 TSTAMP=`datefudge "2006-09-23" date -u +%s`
30 if test "$TSTAMP" != "1158962400"; then
31 echo "You need datefudge to run this test"
32 exit 77
35 datefudge "2007-04-22" ./testcompat-main