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

2019-11-06 Thread Patrick Brunschwig
Hi Daniel 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. Patrick - Originale Nachricht - Von: Daniel Kahn Gillmor Gesendet:

[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