summaryrefslogtreecommitdiff
path: root/tests/frontend/buildcheckout.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/buildcheckout.py')
-rw-r--r--tests/frontend/buildcheckout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/buildcheckout.py b/tests/frontend/buildcheckout.py
index 835f084cf..14bdcfd08 100644
--- a/tests/frontend/buildcheckout.py
+++ b/tests/frontend/buildcheckout.py
@@ -244,7 +244,7 @@ def test_build_checkout_tarball_stdout(datafiles, cli):
checkout_args = ['artifact', 'checkout', '--tar', '-', 'target.bst']
- result = cli.run(project=project, args=checkout_args, binary_capture=True)
+ result = cli.run(project=project, args=checkout_args)
result.assert_success()
with open(tarball, 'wb') as f: