mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@140986 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
560 B
Diff
14 lines
560 B
Diff
--- fail2ban/tests/misctestcase.py.orig 2015-09-28 15:31:16.000000000 +0200
|
|
+++ fail2ban/tests/misctestcase.py 2015-09-28 15:32:59.000000000 +0200
|
|
@@ -107,8 +107,8 @@
|
|
% (got, need, tmp, files))
|
|
|
|
# Assure presence of some files we expect to see in the installation
|
|
- for f in ('etc/fail2ban/fail2ban.conf',
|
|
- 'etc/fail2ban/jail.conf'):
|
|
+ for f in ('@@PREFIX@@/etc/fail2ban/fail2ban.conf',
|
|
+ '@@PREFIX@@/etc/fail2ban/jail.conf'):
|
|
self.assertTrue(os.path.exists(os.path.join(tmp, f)),
|
|
msg="Can't find %s" % f)
|
|
finally:
|