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:
Tomas Babej
2020-11-21 12:41:18 -05:00
parent 52c49169b4
commit d1b867f7b5

View File

@@ -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,
},