From: Johannes Sixt Date: Sun, 28 Aug 2011 07:34:56 +0000 (+0200) Subject: t3005: do not assume a particular order of stdout and stderr of git-ls-files X-Git-Tag: v1.7.6.4~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/385ceec1cb46f8a476fa11ffc853dedba512fd52?hp=385ceec1cb46f8a476fa11ffc853dedba512fd52 t3005: do not assume a particular order of stdout and stderr of git-ls-files There is no guarantee that stderr is flushed before stdout when both channels are redirected to a file. Check the channels using independent files. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano ---