Skip to content
Snippets Groups Projects
Commit 7a9b74e98240 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

test-lfs: avoid a bashism when spawning the server

For zsh, this &> call is read as "& >", this spin the process without
redirection. As a result the server grab stdout, which does not get closed at the
end of the test. As a result `run-tests.py` hang there forever, waiting for the
the stream for be close. (which is probably as issue on its own).

Differential Revision: https://phab.mercurial-scm.org/D10396
parent 9799ba0abb12
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment