X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7501-commit.sh;h=a76c47419590ed16c53b8d4d82c2d92c11853154;hb=f6aca0dc4d6b7ed9bf2bff399e3fcb47eafdce4b;hp=8980738c7540b79eaa566d6054f3e76b202bd27e;hpb=44ec754dc766e38684d9ad4563019378730eea82;p=git.git diff --git a/t/t7501-commit.sh b/t/t7501-commit.sh index 8980738c7..a76c47419 100755 --- a/t/t7501-commit.sh +++ b/t/t7501-commit.sh @@ -14,8 +14,11 @@ test_tick test_expect_success \ "initial status" \ "echo 'bongo bongo' >file && - git add file && \ - git status | grep 'Initial commit'" + git add file" + +test_expect_success C_LOCALE_OUTPUT \ + "Constructing initial commit" \ + "git status | grep 'Initial commit'" test_expect_success \ "fail initial amend" \