diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2018-02-08 16:56:50 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-02-08 10:54:27 -0800 |
commit | cc04adc2d0514f0f666b7e123ba2022b1a20dcde (patch) | |
tree | 483102783becea5fcef51284e5ab29c53cd2e640 /builtin/commit.c | |
parent | a4ca4553e08ab5626f744171c1d2d7fbfed11e8b (diff) |
t6022: don't run 'git merge' upstream of a pipe
The primary purpose of 't6022-merge-rename.sh' is to test 'git merge',
but one of the tests runs it upstream of a pipe, hiding its exit code.
Consequently, the test could continue even if 'git merge' exited with
error.
Use an intermediate file between 'git merge' and 'test_i18ngrep' to
catch a potential failure of the former.
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions