summaryrefslogtreecommitdiff
path: root/tests/unit/test_bubblewrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_bubblewrap.py')
-rw-r--r--tests/unit/test_bubblewrap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_bubblewrap.py b/tests/unit/test_bubblewrap.py
index 822cb3ca5..33634fcd0 100644
--- a/tests/unit/test_bubblewrap.py
+++ b/tests/unit/test_bubblewrap.py
@@ -33,7 +33,7 @@ class TestBubblewrap(testtools.TestCase):
self.useFixture(fixtures.NestedTempfile())
def test_bubblewrap_wraps(self):
- bwrap = bubblewrap.BubblewrapDriver()
+ bwrap = bubblewrap.BubblewrapDriver(check_bwrap=True)
context = bwrap.getExecutionContext()
work_dir = tempfile.mkdtemp()
ssh_agent = SshAgent()
@@ -57,7 +57,7 @@ class TestBubblewrap(testtools.TestCase):
@skipIf(sys.platform == 'darwin', 'Not supported on MacOS')
def test_bubblewrap_leak(self):
- bwrap = bubblewrap.BubblewrapDriver()
+ bwrap = bubblewrap.BubblewrapDriver(check_bwrap=True)
context = bwrap.getExecutionContext()
work_dir = tempfile.mkdtemp()
ansible_dir = tempfile.mkdtemp()