X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Ftestlib%2Fproc.py;h=1faea55099ecdb2629c64c4eea0269aa324b5351;hb=0289162552cd85375605044c696e2a3294e7aa9a;hp=8ac65baf0cd7fb3e61d6eaf85ecb60aa63f42bef;hpb=421aa3815645b2835c89799e4db91cf35466542b;p=tinc diff --git a/test/integration/testlib/proc.py b/test/integration/testlib/proc.py index 8ac65baf..1faea550 100755 --- a/test/integration/testlib/proc.py +++ b/test/integration/testlib/proc.py @@ -229,9 +229,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: