summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-03-17 15:16:48 -0400
committerMicah <micah@leap.se>2016-03-17 15:56:10 -0400
commitdf8b42ffd48a324d63a229a55c11c61076166657 (patch)
treefdf46469c978596306270ce5ed947edea4084d98
parentdbdd754747c754f7a678659bc52e2c60ee5b751c (diff)
add whitebox test for opendkim (#7649)
Change-Id: I8c8ec225d703e3caf6c77fc72305da847cea9560
-rw-r--r--tests/white-box/mx.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/white-box/mx.rb b/tests/white-box/mx.rb
index ff8cb744..ed990a2e 100644
--- a/tests/white-box/mx.rb
+++ b/tests/white-box/mx.rb
@@ -39,6 +39,7 @@ class Mx < LeapTest
assert_running 'postfwd2::policy$'
assert_running '^/usr/sbin/unbound$'
assert_running '^/usr/bin/freshclam'
+ assert_running '^/usr/sbin/opendkim'
if Dir.glob("/var/lib/clamav/main.{c[vl]d,inc}").size > 0 and Dir.glob("/var/lib/clamav/daily.{c[vl]d,inc}").size > 0
assert_running '^/usr/sbin/clamd'
assert_running '^/usr/sbin/clamav-milter'