summary refs log tree commit diff
path: root/pkgs/tools/backup/duplicity/use-installed-scripts-in-test.patch
blob: 191808abc63776c30a5db87b7710f97d1accf56e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/setup.py
+++ b/setup.py
@@ -92,10 +92,6 @@ class TestCommand(test):
                 except Exception:
                     pass

-        os.environ['PATH'] = "%s:%s" % (
-            os.path.abspath(build_scripts_cmd.build_dir),
-            os.environ.get('PATH'))
-
         test.run(self)

     def run_tests(self):