]> git.pld-linux.org Git - packages/wget.git/blob - wget-tests.patch
- adjusted user.xdg.origin.url patch to use xattr.h from glibc instead of obsolete...
[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.081492 seconds and 3 git commands to generate.