From: Johannes Schindelin Date: Wed, 19 Jun 2019 21:05:57 +0000 (-0700) Subject: t0001 (mingw): do not expect a specific order of stdout/stderr X-Git-Tag: v2.23.0-rc0~58^2~17 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fdda1ac62d7b2adba3d443ab8051a6accfe160df?ds=sidebyside;hp=fdda1ac62d7b2adba3d443ab8051a6accfe160df t0001 (mingw): do not expect a specific order of stdout/stderr When redirecting stdout/stderr to the same file, we cannot guarantee that stdout will come first. In fact, in this test case, it seems that an MSVC build always prints stderr first. In any case, this test case does not want to verify the *order* but the *presence* of both outputs, so let's test exactly that. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---