]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7501-commit.sh
Merge branch 'mg/doc-revisions-txt'
[thirdparty/git.git] / t / t7501-commit.sh
index 8980738c7540b79eaa566d6054f3e76b202bd27e..a76c47419590ed16c53b8d4d82c2d92c11853154 100755 (executable)
@@ -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" \