summaryrefslogtreecommitdiffstats
path: root/debian/patches/0003-test_set_expire-increase-short-expiry-time-from-10s-.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:22:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:22:08 +0000
commit05e2af5dfdc7e7f10f3855d7fec8648277ebb1b1 (patch)
tree2c73d4fa836bf86fb44b8fd39da2171392795817 /debian/patches/0003-test_set_expire-increase-short-expiry-time-from-10s-.patch
parentMerging upstream version 0.17.1. (diff)
downloadrnp-05e2af5dfdc7e7f10f3855d7fec8648277ebb1b1.tar.xz
rnp-05e2af5dfdc7e7f10f3855d7fec8648277ebb1b1.zip
Merging debian version 0.17.1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0003-test_set_expire-increase-short-expiry-time-from-10s-.patch')
-rw-r--r--debian/patches/0003-test_set_expire-increase-short-expiry-time-from-10s-.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0003-test_set_expire-increase-short-expiry-time-from-10s-.patch b/debian/patches/0003-test_set_expire-increase-short-expiry-time-from-10s-.patch
index 35ba2f4..987e462 100644
--- a/debian/patches/0003-test_set_expire-increase-short-expiry-time-from-10s-.patch
+++ b/debian/patches/0003-test_set_expire-increase-short-expiry-time-from-10s-.patch
@@ -10,10 +10,10 @@ Fixes #2100, #2059
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/tests/cli_tests.py b/src/tests/cli_tests.py
-index e6f5ed7..f0bcc75 100755
+index 47f6890..5a414a2 100755
--- a/src/tests/cli_tests.py
+++ b/src/tests/cli_tests.py
-@@ -1997,14 +1997,14 @@ class Keystore(unittest.TestCase):
+@@ -2010,14 +2010,14 @@ class Keystore(unittest.TestCase):
matches = re.findall(r'(key expiration time: 63072000 seconds \(730 days\))', out)
self.assertEqual(len(matches), 1)