diff options
author | mandree <mandree@FreeBSD.org> | 2011-07-26 03:45:11 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-07-26 03:45:11 +0800 |
commit | 553007f251fc31a009a0b156c43ad213f70c4143 (patch) | |
tree | 8efdd462a0c17419900f6ffd54247bb10ce81f4d /security | |
parent | 8cf21b8e5933a39c8d8c55c1b4735aa950ae35a5 (diff) | |
download | freebsd-ports-gnome-553007f251fc31a009a0b156c43ad213f70c4143.tar.gz freebsd-ports-gnome-553007f251fc31a009a0b156c43ad213f70c4143.tar.zst freebsd-ports-gnome-553007f251fc31a009a0b156c43ad213f70c4143.zip |
Fix Pointyhat build failures by skipping (not failing) network-based tests.
Diffstat (limited to 'security')
-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 + ;; |