Re: [Enigmail] package/tests/keyObj-test.js -- why claim gpg is older than it is?

2019-11-07 Thread Daniel Kahn Gillmor
On Wed 2019-11-06 22:04:34 +0100, Patrick Brunschwig wrote: > this test is to ensure that the openpgp.js variant of the source code > is used, i.e to test the openpgp.js code. I think you should remove > the complete set of test cases as you don't ship openpgp.js. Sorry, just to be clear: what

Re: [Enigmail] package/tests/keyObj-test.js -- why claim gpg is older than it is?

2019-11-06 Thread Patrick Brunschwig
: 06.11.2019 - 17:14 An: Enigmail user discussion list Betreff: [Enigmail] package/tests/keyObj-test.js -- why claim gpg is older than it is? > Hi Patrick-- > > package/tests/keyObj-test.js is failing on debian CI infrastructure > (htttps://bugs.debian.org/944216) on the last two assertio

[Enigmail] package/tests/keyObj-test.js -- why claim gpg is older than it is?

2019-11-06 Thread Daniel Kahn Gillmor
Hi Patrick-- package/tests/keyObj-test.js is failing on debian CI infrastructure (https://bugs.debian.org/944216) on the last two assertions (lines 53 and 54): 41EnigmailGpg.agentVersion = "2.2.1"; 42Assert.ok(!EnigmailGpg.getGpgFeature("export-specific-uid")); 43 44