Skip rather than fail test in addressless FreeBSD jails.

Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
Matthias Andree 2011-07-20 22:56:20 +02:00 committed by David Sommerseth
parent 186baf0db6
commit 3f1745666b

View File

@ -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
;;