On Thu, Feb 8, 2018 at 9:42 PM, SZEDER Gábor <szeder.dev@xxxxxxxxx> wrote: > 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>." or: "'test_must_fail ... 2>...', which redirects ... causes various issues discussed..." but fails to say either. > With this patch t1404 succeeds when run with '-x', even with shells > not supporting $BASH_XTRACEFD. > > Signed-off-by: SZEDER Gábor <szeder.dev@xxxxxxxxx>