mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
52c49169b4
commit
d1b867f7b5
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue