aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/duplicity-test_selection-tmp.patch
blob: 8f66be4dcc890bce680b18f3d4fe3cd673aa4798 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Reported upstream at https://bugs.launchpad.net/duplicity/+bug/1375019

--- duplicity-0.6.24/testing/unit/test_selection.py	2014-05-09 08:27:40.000000000 -0500
+++ duplicity-0.6.24/testing/unit/test_selection.py	2014-09-28 12:28:53.932324380 -0500
@@ -431,10 +431,10 @@
                        [(), ('1',), ('1', '1'), ('1', '2'), ('1', '3')])
 
         self.root = Path("/")
-        self.ParseTest([("--exclude", "/home/*"),
-                        ("--include", "/home"),
+        self.ParseTest([("--exclude", "/tmp/*"),
+                        ("--include", "/tmp"),
                         ("--exclude", "/")],
-                       [(), ("home",)])
+                       [(), ("tmp",)])
 
 if __name__ == "__main__":
     unittest.main()
DIAZ 2023-12-11gnu: cross-gcc: Enable multilib for AVR....Jean-Pierre De Jesus DIAZ 2023-12-10gnu: ‘make-icecat-extension’ inherits package location....Ludovic Courtès 2023-11-19linux-boot: Don't create /root before it's used....Tobias Geerinckx-Rice 2023-10-23gnu: icecat: Support Guix packaged extensions and native manifests....Clément Lassieur 2023-10-15linux-modules: Fix module dependency loading....Tobias Geerinckx-Rice 2023-10-12accounts: Fix typo in comment....Ludovic Courtès 2023-10-08accounts: Ensure ‘last-change’ field of shadow entries is never zero....Ludovic Courtès 2023-10-01secret-service: Increase default handshake timeout....Ludovic Courtès 2023-10-01hurd-boot: Setup/dev/hdX, /dev/hdXsY IDE device node translators....Janneke Nieuwenhuizen 2023-08-20Revert "gnu: system: Add home-directory-permissions field to <user-account>."...Tobias Geerinckx-Rice 2023-08-25gnu: system: Add home-directory-permissions field to <user-account>....David Thompson 2023-07-19marionette: Allow passing custom OCR arguments....Bruno Victal 2023-07-13hurd-boot: Cater for netdde....Janneke Nieuwenhuizen 2023-07-13hurd-boot: Setup pci-arbiter and rumpdisk translators....Janneke Nieuwenhuizen 2023-06-14gnu: image: Add support for unformatted partitions....Efraim Flashner 2023-05-17hurd-boot: Symlink /hurd before setting up translators....Josselin Poiret 2023-05-06services: dbus-service, secret-service: Do not cause (fibers) to be loaded....Ludovic Courtès