aboutsummaryrefslogtreecommitdiff
path: root/mesontest.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesontest.py')
-rwxr-xr-xmesontest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesontest.py b/mesontest.py
index 415ae4f..a17c431 100755
--- a/mesontest.py
+++ b/mesontest.py
@@ -217,7 +217,7 @@ class TestHarness:
child_env.update(test.env)
if len(test.extra_paths) > 0:
- child_env['PATH'] = child_env['PATH'] + ';'.join([''] + test.extra_paths)
+ child_env['PATH'] += ';'.join([''] + test.extra_paths)
setsid = None
stdout = None