mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update test_process.py
This commit is contained in:
parent
f01466d6ef
commit
39446a8399
1 changed files with 2 additions and 2 deletions
|
@ -115,6 +115,6 @@ def test_call_async_output_kwargs(test_file, mocker):
|
|||
|
||||
|
||||
def test_check_output(test_file):
|
||||
assert check_output(["cat", str(test_file)], shell=False) == "foo\nbar\n"
|
||||
assert check_output(["cat", str(test_file)], shell=False) == "foo\nbar"
|
||||
|
||||
assert check_output("cat %s" % str(test_file)) == "foo\nbar\n"
|
||||
assert check_output("cat %s" % str(test_file)) == "foo\nbar"
|
||||
|
|
Loading…
Reference in a new issue