Skip to content

Commit 261ff51

Browse files
committed
Merge branch 'rs/ref-filter-signature-fix'
Test fix. * rs/ref-filter-signature-fix: t6300: fix setup with GPGSSH but without GPG
2 parents c5fcd34 + 065135f commit 261ff51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t6300-for-each-ref.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,8 @@ test_expect_success GPGSSH 'setup for signature atom using ssh' '
16191619
test_config user.signingkey "${GPGSSH_KEY_PRIMARY}" &&
16201620
echo "8" >file &&
16211621
test_tick &&
1622-
git commit -a -S -m "file: 8" &&
1622+
git add file &&
1623+
git commit -S -m "file: 8" &&
16231624
git tag eighth-signed-ssh
16241625
'
16251626

0 commit comments

Comments
 (0)