t6406: skip "external merge driver getting killed by a signal" test on Windows
commit34d765e736e015f5c4790db2c0a1d3ddbd4bd3e9
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2023 23:34:40 +0000 (23 16:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2023 23:34:40 +0000 (23 16:34 -0700)
tree2975ca71ed8889bd28cc534a48d26bb6ad94f73a
parent2b7b788fb31a74bcbff4e4c6efc6f3db6c3a49b7
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 <gitster@pobox.com>
t/t6406-merge-attr.sh