Skip to content

Commit 34d765e

Browse files
committed
t6406: skip "external merge driver getting killed by a signal" test on Windows
The run_command() on the platform does not seem to report death by signal as the caller expects. For now, skip the test on Windows. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2b7b788 commit 34d765e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6406-merge-attr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ test_expect_success 'custom merge backend' '
168168
rm -f $o $a $b
169169
'
170170

171-
test_expect_success 'custom merge driver that is killed with a signal' '
171+
test_expect_success !WINDOWS 'custom merge driver that is killed with a signal' '
172172
test_when_finished "rm -f output please-abort" &&
173173
174174
git reset --hard anchor &&

0 commit comments

Comments
 (0)