From 9b8314f3d2707a80e6238bb173280de291ecd2f4 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 10 Jan 2017 19:43:30 +0100 Subject: New unbound runs with debug flag by default --- tests/server-tests/white-box/openvpn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/server-tests/white-box/openvpn.rb') 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 -- cgit v1.2.3