diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-23 23:07:07 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-25 01:19:22 +0100 |
commit | cbfd0dc8873fbfb604782faded94fc77a7ab9430 (patch) | |
tree | 79e31adeed20f9a316fa36104b3acf2dd35f8f3c /src/leap/bitmask/vpn/helpers | |
parent | 26d3badc31655e2258f54dbcaf0bdca5f8623e69 (diff) |
[tests] workaround for functional tests in docker
polkit doesn't work inside docker.
Diffstat (limited to 'src/leap/bitmask/vpn/helpers')
-rw-r--r-- | src/leap/bitmask/vpn/helpers/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/helpers/__init__.py b/src/leap/bitmask/vpn/helpers/__init__.py index 69b34e00..b0f6990f 100644 --- a/src/leap/bitmask/vpn/helpers/__init__.py +++ b/src/leap/bitmask/vpn/helpers/__init__.py @@ -62,7 +62,6 @@ if IS_LINUX: openvpn = (os.path.exists(OPENVPN_SYSTEM) or _is_up_to_date(_config.get_bitmask_openvpn_path(), OPENVPN_LOCAL, "")) - return helper and polkit and openvpn def _is_up_to_date(src, local, system): |