diff options
Diffstat (limited to 'test/end-to-end/generated-binary/compiled.sh')
-rwxr-xr-x | test/end-to-end/generated-binary/compiled.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/generated-binary/compiled.sh b/test/end-to-end/generated-binary/compiled.sh index 56434dc8..aa90961c 100755 --- a/test/end-to-end/generated-binary/compiled.sh +++ b/test/end-to-end/generated-binary/compiled.sh @@ -34,4 +34,4 @@ bin/tool-under-test analyse --local-build-root .tool-root --dump-graph graph.jso echo echo "Building" -bin/tool-under-test install -o out --local-build-root .tool-root -J 16 2>&1 +bin/tool-under-test install -L '["env", "PATH='"${PATH}"'"]' -o out --local-build-root .tool-root -J 16 2>&1 |