summaryrefslogtreecommitdiff
path: root/tests/integration/shell.py
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-03-20 16:19:52 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-05-11 16:27:12 +0000
commitf5e8a54f095f28870d4c483ca56cc1abc01a2229 (patch)
treedff602ed10db0d5e11e625d60045a7ded826767c /tests/integration/shell.py
parentdb2039fe2f333bc33342b4168910b7ed0a626bbd (diff)
downloadbuildstream-f5e8a54f095f28870d4c483ca56cc1abc01a2229.tar.gz
Update all packages requirements
Also fix linting errors coming with new version of pylint
Diffstat (limited to 'tests/integration/shell.py')
-rw-r--r--tests/integration/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/shell.py b/tests/integration/shell.py
index 11aba87da..42e486bac 100644
--- a/tests/integration/shell.py
+++ b/tests/integration/shell.py
@@ -331,7 +331,7 @@ def test_integration_external_workspace(cli, tmpdir_factory, datafiles, build_sh
if guess_element:
# Mutate the project.conf to use a default shell command
project_file = os.path.join(project, "project.conf")
- config_text = "shell:\n" " command: ['true']\n"
+ config_text = "shell:\n command: ['true']\n"
with open(project_file, "a") as f:
f.write(config_text)