diff --git a/tests/start_test.py b/tests/start_test.py index 0748bd0..d1203f1 100755 --- a/tests/start_test.py +++ b/tests/start_test.py @@ -123,9 +123,7 @@ def start_opensmtpd(cfg_path): "-f", cfg_path.name, ] - p = subprocess.Popen( - args, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE - ) + p = subprocess.Popen(args) time.sleep(5) return p.pid