File: fix_test.patch

package info (click to toggle)
click 0.5.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,260 kB
  • sloc: python: 7,015; makefile: 364; ansic: 341; sh: 63; perl: 26
file content (13 lines) | stat: -rw-r--r-- 878 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/click_package/tests/integration/test_signatures.py b/click_package/tests/integration/test_signatures.py
index 128b89a..8af7ee5 100644
--- a/click_package/tests/integration/test_signatures.py
+++ b/click_package/tests/integration/test_signatures.py
@@ -204,7 +204,7 @@ class TestSignatureVerification(ClickSignaturesTestCase):
         name = "org.example.debsig-valid-sig"
         path_to_click = self._make_click(name, framework="")
         self.debsigs.sign(path_to_click)
-        subprocess.call(["cp", path_to_click, os.path.join("/home/cjwatson/src/ubuntu/click/click", os.path.basename(path_to_click))])
+        #subprocess.call(["cp", path_to_click, os.path.join("/home/cjwatson/src/ubuntu/click/click", os.path.basename(path_to_click))])
         subprocess.check_call(
             [self.click_binary, "install",
              "--user=%s" % self.user,