We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb1c8fb + 04422c7 commit 52faa0eCopy full SHA for 52faa0e
1 file changed
t/t0005-signals.sh
@@ -20,4 +20,11 @@ test_expect_success 'sigchain works' '
20
test_cmp expect actual
21
'
22
23
+test_expect_success !MINGW 'signals are propagated using shell convention' '
24
+ # we use exec here to avoid any sub-shell interpretation
25
+ # of the exit code
26
+ git config alias.sigterm "!exec test-sigchain" &&
27
+ test_expect_code 143 git sigterm
28
+'
29
+
30
test_done
0 commit comments