We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6fe27 commit d48e662Copy full SHA for d48e662
t/t1009-gpg.sh
@@ -49,7 +49,7 @@ test_expect_success GPG 'changes rolled back when gpg fails' '
49
grep "all changes rolled back" err
50
'
51
52
-test_expect_success GPG 'changes rolled back when gpg killed' '
+test_expect_success !MINGW,GPG 'changes rolled back when gpg killed' '
53
write_script kill-grandparent <<-\EOF &&
54
# Kill the grandparent of this faux gpg process, i.e.
55
# the stg process (stg -> git -> gpg)
0 commit comments