[packages/wget] - simpler
arekm
arekm at pld-linux.org
Mon Oct 30 12:48:31 CET 2017
commit 091ee9fbe826cfcd229d37246153d5fc5b31e444
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Oct 30 12:48:25 2017 +0100
- simpler
wget-tests.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wget-tests.patch b/wget-tests.patch
index f754951..c81622b 100644
--- a/wget-tests.patch
+++ b/wget-tests.patch
@@ -8,7 +8,7 @@
+ # pubring.kbx, dirmngr.conf, gpg.conf can be created by libgpgme 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.
- if name == 'pubring.kbx':
-+ if name == 'pubring.kbx' or name == 'dirmngr.conf' or name == 'gpg.conf':
++ if name in [ 'pubring.kbx', 'dirmngr.conf', 'gpg.conf' ]:
continue
f = {'content': ''}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wget.git/commitdiff/091ee9fbe826cfcd229d37246153d5fc5b31e444
More information about the pld-cvs-commit
mailing list