Skip to content

Commit

Permalink
Merge branch 'jc/abort-ll-merge-with-a-signal' into next
Browse files Browse the repository at this point in the history
When the external merge driver is killed by a signal, its output
should not be trusted as a resolution with conflicts that is
proposed by the driver, but the code did.

* jc/abort-ll-merge-with-a-signal:
  t6406: skip "external merge driver getting killed by a signal" test on Windows
  • Loading branch information
gitster committed Jun 24, 2023
2 parents 577bbd8 + 34d765e commit 685eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t6406-merge-attr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ test_expect_success 'custom merge backend' '
rm -f $o $a $b
'

test_expect_success 'custom merge driver that is killed with a signal' '
test_expect_success !WINDOWS 'custom merge driver that is killed with a signal' '
test_when_finished "rm -f output please-abort" &&
git reset --hard anchor &&
Expand Down

0 comments on commit 685eb5d

Please sign in to comment.