]> git.pld-linux.org Git - packages/wget.git/blob - gnupg-2.4.1-tests.patch
fix build with gnupg >= 2.4.1; rel 2
[packages/wget.git] / gnupg-2.4.1-tests.patch
1 From 478b2e93a2b4102d5c76332ea5ff6a1a920ae0db Mon Sep 17 00:00:00 2001
2 From: Jan Palus <jpalus@fastmail.com>
3 Date: Fri, 12 May 2023 01:44:13 +0200
4 Subject: [PATCH] * testenv/conf/expected_files.py: Ignore common.conf
5
6 Signed-off-by: Jan Palus <jpalus@fastmail.com>
7 ---
8  testenv/conf/expected_files.py | 4 ++--
9  1 file changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/testenv/conf/expected_files.py b/testenv/conf/expected_files.py
12 index 65adb707..72146726 100644
13 --- a/testenv/conf/expected_files.py
14 +++ b/testenv/conf/expected_files.py
15 @@ -24,10 +24,10 @@ class ExpectedFiles:
16          snapshot = {}
17          for parent, dirs, files in os.walk('.'):
18              for name in files:
19 -                # pubring.gpg, pubring.kbx, dirmngr.conf, gpg.conf will be created by libgpgme
20 +                # pubring.gpg, pubring.kbx, common.conf, dirmngr.conf, gpg.conf will be created by libgpgme
21                  #   if $HOME doesn't contain the .gnupg directory.
22                  # setting $HOME to CWD (in base_test.py) breaks two Metalink tests, so we skip this file here.
23 -                if name in [ 'pubring.gpg', 'pubring.kbx', 'dirmngr.conf', 'gpg.conf' ]:
24 +                if name in [ 'pubring.gpg', 'pubring.kbx', 'common.conf', 'dirmngr.conf', 'gpg.conf' ]:
25                      continue
26  
27                  f = {'content': ''}
28 -- 
29 2.40.1
30
This page took 0.024241 seconds and 3 git commands to generate.