t3005: do not assume a particular order of stdout and stderr of git-ls-files
authorJohannes Sixt <j6t@kdbg.org>
Sun, 28 Aug 2011 07:34:56 +0000 (09:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Aug 2011 05:19:27 +0000 (22:19 -0700)
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 <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found