From 898af172c2874e2f497c8eec679dc3f2edd75eeb Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 28 Aug 2014 10:21:32 +0200 Subject: [PATCH] full_test: requires building on debian due to gnutls symbol differences --- tests/full-test | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/tests/full-test b/tests/full-test index ce1d5bef..ef9d579d 100755 --- a/tests/full-test +++ b/tests/full-test @@ -37,19 +37,10 @@ if ! test -x $DOCKER;then exit 77 fi -grep lo_cv_test_autoopts $srcdir/../config.log|grep lopts >/dev/null 2>&1 -if test $? = 0;then - echo "****************************************************************" - echo "This test requires compiling ocserv using --enable-local-libopts" - echo "****************************************************************" - exit 77 -fi - -grep without-http-parser $srcdir/../config.log >/dev/null 2>&1 -if test $? != 0;then - echo "****************************************************************" - echo "This test requires compiling ocserv using --without-http-parser" - echo "****************************************************************" +if ! test -f /etc/debian_version;then + echo "******************************************************" + echo "This test requires compiling ocserv in a Debian system" + echo "******************************************************" exit 77 fi