]> git.pld-linux.org Git - packages/wget.git/commitdiff
- simpler
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 30 Oct 2017 11:48:25 +0000 (12:48 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 30 Oct 2017 11:48:25 +0000 (12:48 +0100)
wget-tests.patch

index f7549512bf3e71c304c14b3d22671a47b84eee5b..c81622bb6ae1cb90789b999a0e6b83c89e62d562 100644 (file)
@@ -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': ''}
This page took 0.100857 seconds and 4 git commands to generate.