Skip to content

Commit d48e662

Browse files
committed
tests: disable a gpg test on MINGW
The MINGW ps does not have sufficient capabilities to run the kill-grandparent script.
1 parent 4f6fe27 commit d48e662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1009-gpg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test_expect_success GPG 'changes rolled back when gpg fails' '
4949
grep "all changes rolled back" err
5050
'
5151

52-
test_expect_success GPG 'changes rolled back when gpg killed' '
52+
test_expect_success !MINGW,GPG 'changes rolled back when gpg killed' '
5353
write_script kill-grandparent <<-\EOF &&
5454
# Kill the grandparent of this faux gpg process, i.e.
5555
# the stg process (stg -> git -> gpg)

0 commit comments

Comments
 (0)