summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-29 18:27:44 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-29 18:27:44 +0200
commit3274e47af5d0731f3e3fd6ccd19af66e0a66aba5 (patch)
tree43a009ce5f99984e43d2365485e21737d492089a /tests
parent0b7b701d334b0033f9a88cabf575b6e77017861a (diff)
downloadgnutls-3274e47af5d0731f3e3fd6ccd19af66e0a66aba5.tar.gz
skip if datefudge is not available
Diffstat (limited to 'tests')
-rwxr-xr-xtests/suite/testcompat6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/suite/testcompat b/tests/suite/testcompat
index 5f632164cd..b512231693 100755
--- a/tests/suite/testcompat
+++ b/tests/suite/testcompat
@@ -21,6 +21,12 @@
# 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