From 3f1745666bac31458b33f09c888769cc8c1c829b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 20 Jul 2011 22:56:20 +0200 Subject: [PATCH] Skip rather than fail test in addressless FreeBSD jails. Signed-off-by: Matthias Andree Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- t_cltsrv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.47.2