summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-01-10 19:43:30 +0100
committervarac <varacanero@zeromail.org>2017-01-10 19:43:30 +0100
commit9b8314f3d2707a80e6238bb173280de291ecd2f4 (patch)
tree5c4a1a89ac2fb82575cd8e006e9102d91260ee78
parent5ba6924cd64322c4759acfa1c12873a871043170 (diff)
New unbound runs with debug flag by default
-rw-r--r--tests/server-tests/white-box/mx.rb2
-rw-r--r--tests/server-tests/white-box/openvpn.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/server-tests/white-box/mx.rb b/tests/server-tests/white-box/mx.rb
index 0eeaacd0..ecc8686c 100644
--- a/tests/server-tests/white-box/mx.rb
+++ b/tests/server-tests/white-box/mx.rb
@@ -57,7 +57,7 @@ class Mx < LeapTest
assert_running '^/usr/sbin/postfwd'
assert_running 'postfwd2::cache$'
assert_running 'postfwd2::policy$'
- assert_running '^/usr/sbin/unbound$'
+ 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
diff --git a/tests/server-tests/white-box/openvpn.rb b/tests/server-tests/white-box/openvpn.rb
index 170d4503..d5cc2265 100644
--- a/tests/server-tests/white-box/openvpn.rb
+++ b/tests/server-tests/white-box/openvpn.rb
@@ -9,7 +9,7 @@ class OpenVPN < LeapTest
def test_01_Are_daemons_running?
assert_running '^/usr/sbin/openvpn .* /etc/openvpn/tcp_config.conf$'
assert_running '^/usr/sbin/openvpn .* /etc/openvpn/udp_config.conf$'
- assert_running '^/usr/sbin/unbound$'
+ assert_running '^/usr/sbin/unbound'
pass
end