Replace space with = in command parameter

This commit is contained in:
Carson Woods
2019-07-18 16:05:20 -06:00
parent b4c7520dd8
commit 0f171c7ded

View File

@@ -85,7 +85,7 @@ def test_upstream_install_package_and_dependency(
install_mockery):
with tmpdir.as_cwd():
install('--upstream global',
install('--upstream=global',
'--log-format=junit',
'--log-file=test.xml',
'libdwarf')