Ticket #49026: patch-fail2ban-tests-misctestcase.py.diff
File patch-fail2ban-tests-misctestcase.py.diff, 560 bytes (added by fclaire@…, 9 years ago) |
---|
-
fail2ban/tests/misctestcase.py
old new 107 107 % (got, need, tmp, files)) 108 108 109 109 # Assure presence of some files we expect to see in the installation 110 for f in (' etc/fail2ban/fail2ban.conf',111 ' etc/fail2ban/jail.conf'):110 for f in ('@@PREFIX@@/etc/fail2ban/fail2ban.conf', 111 '@@PREFIX@@/etc/fail2ban/jail.conf'): 112 112 self.assertTrue(os.path.exists(os.path.join(tmp, f)), 113 113 msg="Can't find %s" % f) 114 114 finally: