tests: Do not require line buffering
Test runner complains about it not being supported with binary files and it does not look like it affects any tests in the first place anyway.
This commit is contained in:
@@ -249,7 +249,6 @@ def run_cmd_wait(cmd, input=None, stdout=PIPE, stderr=PIPE,
|
||||
"stdin": stdin,
|
||||
"stdout": stdout,
|
||||
"stderr": stderr,
|
||||
"bufsize": 1,
|
||||
"close_fds": ON_POSIX,
|
||||
"env": env,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user