mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-27 11:43:51 +08:00
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:
parent
186baf0db6
commit
3f1745666b
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user