]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Skip rather than fail test in addressless FreeBSD jails.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 20 Jul 2011 20:56:20 +0000 (22:56 +0200)
committerDavid Sommerseth <davids@redhat.com>
Wed, 24 Aug 2011 15:14:23 +0000 (17:14 +0200)
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
t_cltsrv.sh

index 808d719b12e4cdf21d513dba45da707081d4bc10..5bcbfc7088a6c44fdeee99270ee2172216c5a441 100755 (executable)
@@ -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
     ;;