close
summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/testlib_dovecot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/testlib_dovecot.py b/scripts/testlib_dovecot.py
index 658cbb04..59781b04 100755
--- a/scripts/testlib_dovecot.py
+++ b/scripts/testlib_dovecot.py
@@ -46,6 +46,7 @@ class Dovecot:
# This is insane, we should just use lsb_release here
self.new_version = False
+ self.even_newer_version = False
with open("/etc/dovecot/dovecot.conf", "r") as f:
contents = f.read()
if contents.find('!include_try /usr/share/dovecot/protocols.d/*.protocol')>0: