aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/customer-tests/commander/commander_nonexistent.py')
-rwxr-xr-xlibcontextsubscriber/customer-tests/commander/commander_nonexistent.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py b/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
index d595961b..c0d470c9 100755
--- a/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
+++ b/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
@@ -36,6 +36,9 @@ import unittest
from ContextKit.cltool import CLTool, wanted
class CommanderNonExistent(unittest.TestCase):
+ def setUp(self):
+ os.environ['CONTEXT_COMMANDING'] = '1'
+
def tearDown(self):
os.unlink('context-provide.context')