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() selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/po/doc/guix-manual.fr.po
AgeCommit message (Expand)Author
2018-12-02nls: Update 'fr' translation.Julien Lepiller
2018-08-26nls: Update 'fr' translation.Julien Lepiller
2018-08-15nls: Update 'fr' translation.Julien Lepiller
2018-06-23nls: Update 'fr' translation.Julien Lepiller
2018-06-13nls: Update 'fr' translation.Julien Lepiller
2018-06-08nls: Update 'fr' translation.Julien Lepiller
2018-06-08doc: Update 'fr' translation.Ludovic Courtès
2018-04-29build: Use only one domain for guix-manual....Julien Lepiller