Skip to content

Commit 2b8b1aa

Browse files
committed
Merge branch 'tz/c-locale-output-is-no-more'
Test update. * tz/c-locale-output-is-no-more: t7500: remove non-existant C_LOCALE_OUTPUT prereq
2 parents c69f2f8 + 58cf605 commit 2b8b1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7500-commit-template-squash-signoff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ test_expect_success 'amend! commit allows empty commit msg body with --allow-emp
413413
'
414414

415415
test_fixup_reword_opt () {
416-
test_expect_success C_LOCALE_OUTPUT "--fixup=reword: incompatible with $1" "
416+
test_expect_success "--fixup=reword: incompatible with $1" "
417417
echo 'fatal: reword option of --fixup is mutually exclusive with'\
418418
'--patch/--interactive/--all/--include/--only' >expect &&
419419
test_must_fail git commit --fixup=reword:HEAD~ $1 2>actual &&

0 commit comments

Comments
 (0)