import-gpg/__tests__
Jose Celano 11e26b9f0b
Fix error deleting keys with short key id (#129)
Error:

```
gpg: can't do this in batch mode
```

The GPG command:

```
gpg --batch --yes --delete-secret-keys FINGERPRINT
```

requires to use a fingerprint if you use the `--batch` option.

We were using the short ID of the primary key.
2022-03-03 14:48:37 +01:00
..
fixtures Set passphrase only for the fingerprint being used (#123) 2022-02-28 16:36:54 +01:00
context.test.ts Handle signing-only subkeys (#112) 2021-10-15 13:40:04 +02:00
gpg.test.ts Fix error deleting keys with short key id (#129) 2022-03-03 14:48:37 +01:00
openpgp.test.ts Handle signing-only subkeys (#112) 2021-10-15 13:40:04 +02:00