X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Ftestlib%2Fproc.py;h=a0e6c4581fa15484af36e9ca8246a3579232c740;hb=021293e0d03de8d29b22104a8f9bef625b135640;hp=8ac65baf0cd7fb3e61d6eaf85ecb60aa63f42bef;hpb=9a012e485a2ed5ea5a28903d93bc625767bb20b2;p=tinc diff --git a/test/integration/testlib/proc.py b/test/integration/testlib/proc.py index 8ac65baf..a0e6c458 100755 --- a/test/integration/testlib/proc.py +++ b/test/integration/testlib/proc.py @@ -50,6 +50,7 @@ class Feature(Enum): OPENSSL = "openssl" READLINE = "readline" TUNEMU = "tunemu" + SANDBOX = "sandbox" UML = "uml" VDE = "vde" @@ -229,9 +230,6 @@ class Tinc: if code is not None: check.equals(code, res) - # Check that port was not used by something else - check.not_in("Can't bind to ", err) - return out if out else "", err if err else "" def tinc(self, *args: str) -> subp.Popen: