diff options
author | kali <kali@leap.se> | 2012-08-29 23:05:38 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-29 23:05:38 +0900 |
commit | ed4ad3a392caf0211e51a48d2d7b6c5a2f7bb17a (patch) | |
tree | 55958957a27f3784aef99f122673852becb4c1c2 /src/leap/eip/tests | |
parent | 63c0b7aa3ded55426a834d0a5947fff798894c6b (diff) |
add eipconfig spec and config object
Diffstat (limited to 'src/leap/eip/tests')
-rw-r--r-- | src/leap/eip/tests/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/eip/tests/test_config.py b/src/leap/eip/tests/test_config.py index fac4729d..16219648 100644 --- a/src/leap/eip/tests/test_config.py +++ b/src/leap/eip/tests/test_config.py @@ -82,7 +82,7 @@ class EIPConfigTest(BaseLeapTest): self.assertEqual(args, self.get_expected_openvpn_args()) # XXX TODO: - # - should use touch_exec to plant an "executabe" in the path + # - should use touch_exec to plant an "executable" in the path # - should check that "which" for openvpn returns what's expected. |