mirror of
https://github.com/mirror/wget.git
synced 2025-01-13 22:00:36 +08:00
* testenv/conf/expected_files.py: Ignore common.conf
Copyright-paperwork-exempt: Yes
This commit is contained in:
parent
27a832aee9
commit
6ca59f4d60
@ -24,10 +24,10 @@ class ExpectedFiles:
|
|||||||
snapshot = {}
|
snapshot = {}
|
||||||
for parent, dirs, files in os.walk('.'):
|
for parent, dirs, files in os.walk('.'):
|
||||||
for name in files:
|
for name in files:
|
||||||
# pubring.gpg, pubring.kbx, dirmngr.conf, gpg.conf will be created by libgpgme
|
# pubring.gpg, pubring.kbx, common.conf, dirmngr.conf, gpg.conf will be created by libgpgme
|
||||||
# if $HOME doesn't contain the .gnupg directory.
|
# if $HOME doesn't contain the .gnupg directory.
|
||||||
# setting $HOME to CWD (in base_test.py) breaks two Metalink tests, so we skip this file here.
|
# setting $HOME to CWD (in base_test.py) breaks two Metalink tests, so we skip this file here.
|
||||||
if name in [ 'pubring.gpg', 'pubring.kbx', 'dirmngr.conf', 'gpg.conf' ]:
|
if name in [ 'pubring.gpg', 'pubring.kbx', 'common.conf', 'dirmngr.conf', 'gpg.conf' ]:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
f = {'content': ''}
|
f = {'content': ''}
|
||||||
|
Loading…
Reference in New Issue
Block a user