diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-07-25 19:45:11 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-07-25 19:45:11 +0000 |
commit | 2913e3b2810ab7ad86c8b174d6b442daab77df03 (patch) | |
tree | 7950aac16f7a3963bbc1a65cfc348193a963e206 /security/openvpn20 | |
parent | ffece4b33137dbcb4f46f5278109cdf983162146 (diff) | |
download | ports-2913e3b2810ab7ad86c8b174d6b442daab77df03.tar.gz ports-2913e3b2810ab7ad86c8b174d6b442daab77df03.zip |
Fix Pointyhat build failures by skipping (not failing) network-based tests.
Notes
Notes:
svn path=/head/; revision=278320
Diffstat (limited to 'security/openvpn20')
-rw-r--r-- | security/openvpn20/files/patch-t_cltsrv.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openvpn20/files/patch-t_cltsrv.sh b/security/openvpn20/files/patch-t_cltsrv.sh new file mode 100644 index 000000000000..c5deea6254de --- /dev/null +++ b/security/openvpn20/files/patch-t_cltsrv.sh @@ -0,0 +1,11 @@ +--- ./t_cltsrv.sh.orig 2011-07-20 22:10:38.000000000 +0200 ++++ ./t_cltsrv.sh 2011-07-20 22:10:52.000000000 +0200 +@@ -33,7 +33,7 @@ + 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 + ;; |