Mercurial > hg
comparison hgext/eol.py @ 43852:b6c7475595db stable
remotefilelog: use the correct redirection in tests
The test were using '2>%1' which just redirect stderr in the "%1" file. The
intend was '2>&1' which redirect stderr on stdin.
This impact tests because some commit were picking up this '%1' files.
Differential Revision: https://phab.mercurial-scm.org/D7588
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 09 Dec 2019 11:45:17 +0100 |
parents | 4aa9f3a1c1df |
children | 9d2b2df2c2ba |
comparison
equal
deleted
inserted
replaced
43851:fac25de8cbec | 43852:b6c7475595db |
---|