summaryrefslogtreecommitdiff
path: root/oslo_rootwrap/tests/test_functional.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_rootwrap/tests/test_functional.py')
-rw-r--r--oslo_rootwrap/tests/test_functional.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/oslo_rootwrap/tests/test_functional.py b/oslo_rootwrap/tests/test_functional.py
index aa7a5a9..407df65 100644
--- a/oslo_rootwrap/tests/test_functional.py
+++ b/oslo_rootwrap/tests/test_functional.py
@@ -162,13 +162,6 @@ class RootwrapDaemonTest(_FunctionalBase, testtools.TestCase):
# Expect client to succesfully restart daemon and run simple request
self.test_run_once()
- def test_env_setting(self):
- code, out, err = self.execute(['sh', '-c', 'echo $SOMEVAR'],
- env={'SOMEVAR': 'teststr'})
- self.assertEqual(0, code)
- self.assertEqual(b'teststr\n', out)
- self.assertEqual(b'', err)
-
def _exec_thread(self, fifo_path):
try:
# Run a shell script that signals calling process through FIFO and