X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7501-commit.sh;h=7f7f7c7b95475b3b0673de00b68914a08098aead;hb=a598ded1e2e9cc9f4ce93d091808b475839e6867;hp=a76c47419590ed16c53b8d4d82c2d92c11853154;hpb=f5bf1b5f6b43f5ed9263f4cecd0faf58c5a7322f;p=git.git diff --git a/t/t7501-commit.sh b/t/t7501-commit.sh index a76c47419..7f7f7c7b9 100755 --- a/t/t7501-commit.sh +++ b/t/t7501-commit.sh @@ -16,9 +16,10 @@ test_expect_success \ "echo 'bongo bongo' >file && git add file" -test_expect_success C_LOCALE_OUTPUT \ - "Constructing initial commit" \ - "git status | grep 'Initial commit'" +test_expect_success "Constructing initial commit" ' + git status >actual && + test_i18ngrep "Initial commit" actual +' test_expect_success \ "fail initial amend" \