summaryrefslogtreecommitdiff
path: root/tests/server-tests/white-box/openvpn.rb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-01-10 19:43:30 +0100
committerelijah <elijah@riseup.net>2017-02-03 10:31:40 -0800
commit86bad1811b267d6458700864ec8535990e2f04bb (patch)
tree8cb854055c321f9c930caae14227b7d357b7e7f3 /tests/server-tests/white-box/openvpn.rb
parent95ebed1696b9fc16f07d65387b7d0fe92e336047 (diff)
New unbound runs with debug flag by default
Diffstat (limited to 'tests/server-tests/white-box/openvpn.rb')
-rw-r--r--tests/server-tests/white-box/openvpn.rb2
1 files changed, 1 insertions, 1 deletions
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