From: Arkadiusz Miƛkiewicz Date: Mon, 30 Oct 2017 11:48:25 +0000 (+0100) Subject: - simpler X-Git-Tag: auto/th/wget-1.19.4-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fwget.git;a=commitdiff_plain;h=091ee9fbe826cfcd229d37246153d5fc5b31e444 - simpler --- 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': ''}