unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 8f66be4dcc890bce680b18f3d4fe3cd673aa4798 753 bytes (raw)
name: packages/patches/duplicity-test_selection-tmp.patch 	 # note: path name is non-authoritative(*)

 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()

debug log:

solving 8f66be4dcc890bce680b18f3d4fe3cd673aa4798 ...
found 8f66be4dcc890bce680b18f3d4fe3cd673aa4798 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).