]> git.pld-linux.org Git - packages/wget.git/blob - wget-tests.patch
c81622bb6ae1cb90789b999a0e6b83c89e62d562
[packages/wget.git] / wget-tests.patch
1 --- wget-1.19.2/testenv/conf/expected_files.py.org      2017-10-30 12:36:46.911716601 +0100
2 +++ wget-1.19.2/testenv/conf/expected_files.py  2017-10-30 12:41:03.358656484 +0100
3 @@ -24,9 +24,9 @@ class ExpectedFiles:
4          snapshot = {}
5          for parent, dirs, files in os.walk('.'):
6              for name in files:
7 -                # pubring.kbx will be created by libgpgme if $HOME doesn't contain the .gnupg directory.
8 +                # pubring.kbx, dirmngr.conf, gpg.conf can be created by libgpgme if $HOME doesn't contain the .gnupg directory.
9                                          # setting $HOME to CWD (in base_test.py) breaks two Metalink tests, so we skip this file here.
10 -                if name == 'pubring.kbx':
11 +                if name in [ 'pubring.kbx', 'dirmngr.conf', 'gpg.conf' ]:
12                      continue
13  
14                  f = {'content': ''}
This page took 0.245742 seconds and 2 git commands to generate.