]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
skip if datefudge is not available
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 29 Aug 2011 16:27:44 +0000 (18:27 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 29 Aug 2011 16:27:44 +0000 (18:27 +0200)
tests/suite/testcompat

index 5f632164cd92b14dbdc68829af8f2324a4fb7803..b51223169317fa2bcf9b11a4cdb9585b282c21f4 100755 (executable)
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 if ! test -x /usr/bin/openssl;then
+  echo "You need openssl to run this test"
+  exit 77
+fi
+
+if ! test -x /usr/bin/datefudge;then
+  echo "You need datefudge to run this test"
   exit 77
 fi