On Fri, Feb 9, 2018 at 4:16 AM, Eric Sunshine [off-list ref] wrote:
On Thu, Feb 8, 2018 at 9:42 PM, SZEDER Gábor [off-list ref] wrote:
quoted
Instead of 'test_must_fail git cmd... 2>output.err', which redirects
the standard error of the 'test_must_fail' helper function as well,
causing various issues as discussed in the previous patch.
ECANTPARSE: This either wants to say:
"Instead of <foo>, do <bar>."
The "do <bar>" part is in the subject line.
or:
"'test_must_fail ... 2>...', which redirects ...
causes various issues discussed..."
Well, at this point I got the ECANTPARSE :)
but fails to say either.
quoted
With this patch t1404 succeeds when run with '-x', even with shells
not supporting $BASH_XTRACEFD.
Signed-off-by: SZEDER Gábor <redacted>