From: Nikos Mavrogiannopoulos Date: Tue, 4 Nov 2014 08:16:52 +0000 (+0100) Subject: testcompat-polarssl: try to run the test only if polarssl binaries are available X-Git-Tag: gnutls_3_4_0~699 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbab7fd18b89b2e3206d40a47a103d7f5413e9e2;p=thirdparty%2Fgnutls.git testcompat-polarssl: try to run the test only if polarssl binaries are available --- diff --git a/tests/suite/testcompat-polarssl b/tests/suite/testcompat-polarssl index 3b670997bf..cd0d9f4069 100755 --- a/tests/suite/testcompat-polarssl +++ b/tests/suite/testcompat-polarssl @@ -54,6 +54,11 @@ if test $SV != 0;then exit 77 fi +if ! test -x $POLARSSL;then + echo "PolarSSL is required for this test to run" + exit 77 +fi + . ./testcompat-common echo ""