From: Matthias Andree Date: Wed, 20 Jul 2011 20:56:20 +0000 (+0200) Subject: Skip rather than fail test in addressless FreeBSD jails. X-Git-Tag: v2.3-alpha1~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f1745666bac31458b33f09c888769cc8c1c829b;p=thirdparty%2Fopenvpn.git Skip rather than fail test in addressless FreeBSD jails. Signed-off-by: Matthias Andree Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/t_cltsrv.sh b/t_cltsrv.sh index 808d719b1..5bcbfc708 100755 --- a/t_cltsrv.sh +++ b/t_cltsrv.sh @@ -33,7 +33,7 @@ case `uname -s` in echo "###" echo "### To run the test in a FreeBSD jail, you MUST add an IP alias for the jail's IP." echo "###" - exit 1 + exit 77 fi fi ;;