X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7102-reset.sh;h=7be2ff38fc92088d4caff9ea13b1d78a1b040b40;hb=f6aca0dc4d6b7ed9bf2bff399e3fcb47eafdce4b;hp=b8cf2603a195af406d3606712e45fd1195c1588f;hpb=f1694b62bb3a3e1766b92d64a38f61524cc730a0;p=git.git diff --git a/t/t7102-reset.sh b/t/t7102-reset.sh index b8cf2603a..7be2ff38f 100755 --- a/t/t7102-reset.sh +++ b/t/t7102-reset.sh @@ -423,7 +423,7 @@ Unstaged changes after reset: M file2 EOF -test_expect_success '--mixed refreshes the index' ' +test_expect_success C_LOCALE_OUTPUT '--mixed refreshes the index' ' echo 123 >> file2 && git reset --mixed HEAD > output && test_cmp expect output