aboutsummaryrefslogtreecommitdiffstats
path: root/community/xkcdpass/fix-bin-name.patch
blob: ad969457003eb4e335bdc97371735716e06cf102 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xkcdpass-1.14.2/tests/test_xkcdpass.py
+++ xkcdpass-1.14.2/tests/test_xkcdpass.py.new
@@ -32,7 +32,7 @@
     def test_commandlineCount(self):
         count = 5
         result = subprocess.check_output(
-            ["python", "xkcdpass/xkcd_password.py", "-w", WORDFILE,
+            ["python3", "xkcdpass/xkcd_password.py", "-w", WORDFILE,
              "-c", str(count)])
         self.assertTrue(result.count(b"\n"), count)