diff --git a/t/t0001-init.sh b/t/t0001-init.sh index a20ab8141f..4d04e6a863 100755 --- a/t/t0001-init.sh +++ b/t/t0001-init.sh @@ -486,7 +486,8 @@ test_expect_success MINGW 'redirect std handles' ' GIT_REDIRECT_STDERR="2>&1" \ git rev-parse --git-dir --verify refs/invalid && printf ".git\nfatal: Needed a single revision\n" >expect && - test_cmp expect output.txt + sort output.sorted && + test_cmp expect output.sorted ' test_done