We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29853c8 commit 32177baCopy full SHA for 32177ba
t/t7501-commit.sh
@@ -16,9 +16,10 @@ test_expect_success \
16
"echo 'bongo bongo' >file &&
17
git add file"
18
19
-test_expect_success C_LOCALE_OUTPUT \
20
- "Constructing initial commit" \
21
- "git status | grep 'Initial commit'"
+test_expect_success "Constructing initial commit" '
+ git status >actual &&
+ test_i18ngrep "Initial commit" actual
22
+'
23
24
test_expect_success \
25
"fail initial amend" \
0 commit comments