Merge branch 'rs/ref-filter-signature-fix'

Test fix.

* rs/ref-filter-signature-fix:
  t6300: fix setup with GPGSSH but without GPG
This commit is contained in:
Junio C Hamano 2023-07-25 12:05:24 -07:00
commit 261ff512e1

View file

@ -1619,7 +1619,8 @@ test_expect_success GPGSSH 'setup for signature atom using ssh' '
test_config user.signingkey "${GPGSSH_KEY_PRIMARY}" &&
echo "8" >file &&
test_tick &&
git commit -a -S -m "file: 8" &&
git add file &&
git commit -S -m "file: 8" &&
git tag eighth-signed-ssh
'