As a follow-up to d162b25f95 (tests: remove support for
GIT_TEST_GETTEXT_POISON, 2021-01-20) remove those uses of the now
always true C_LOCALE_OUTPUT prerequisite from those tests which
declare it as an argument to test_expect_{success,failure}.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Ævar Arnfjörð Bjarmason4 years agocommitted byJunio C Hamano
@ -271,7 +271,7 @@ test_expect_success 'pretend we have a mix of all possible results' '
@@ -271,7 +271,7 @@ test_expect_success 'pretend we have a mix of all possible results' '
@ -450,7 +450,7 @@ test_expect_success 'verbose flag is heeded, even after --continue' '
@@ -450,7 +450,7 @@ test_expect_success 'verbose flag is heeded, even after --continue' '
grep "^ file1 | 2 +-$" output
'
test_expect_success C_LOCALE_OUTPUT 'multi-squash only fires up editor once' '
test_expect_success 'multi-squash only fires up editor once' '
base=$(git rev-parse HEAD~4) &&
(
set_fake_editor &&
@ -463,7 +463,7 @@ test_expect_success C_LOCALE_OUTPUT 'multi-squash only fires up editor once' '
@@ -463,7 +463,7 @@ test_expect_success C_LOCALE_OUTPUT 'multi-squash only fires up editor once' '
test 1 = $(git show | grep ONCE | wc -l)
'
test_expect_success C_LOCALE_OUTPUT 'multi-fixup does not fire up editor' '
test_expect_success 'multi-fixup does not fire up editor' '
@ -995,7 +995,7 @@ test_expect_success 'rebase -ix with several instances of --exec' '
@@ -995,7 +995,7 @@ test_expect_success 'rebase -ix with several instances of --exec' '
test_cmp expected actual
'
test_expect_success C_LOCALE_OUTPUT 'rebase -ix with --autosquash' '
test_expect_success 'rebase -ix with --autosquash' '
git reset --hard execute &&
git checkout -b autosquash &&
echo second >second.txt &&
@ -1136,7 +1136,7 @@ test_expect_success 'rebase -i --root reword root when root has untracked file c
@@ -1136,7 +1136,7 @@ test_expect_success 'rebase -i --root reword root when root has untracked file c
test "$(git rev-list --count HEAD)" = 2
'
test_expect_success C_LOCALE_OUTPUT 'rebase --edit-todo does not work on non-interactive rebase' '
test_expect_success 'rebase --edit-todo does not work on non-interactive rebase' '
@ -1097,7 +1097,7 @@ test_expect_success 'fetching with auto-gc does not lock up' '
@@ -1097,7 +1097,7 @@ test_expect_success 'fetching with auto-gc does not lock up' '