X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7102-reset.sh;h=7be2ff38fc92088d4caff9ea13b1d78a1b040b40;hb=1de0746d849c64e1f4d160f9915d87d39c0794ea;hp=b8cf2603a195af406d3606712e45fd1195c1588f;hpb=35da43e9bb4a5d7542c2ee27e0a3557ac921e3ab;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