Commit eda7db19 by Ned Batchelder

A semicolon!?

parent 894f83e2
...@@ -156,7 +156,7 @@ class TestMalware(JailCodeHelpers, unittest.TestCase): ...@@ -156,7 +156,7 @@ class TestMalware(JailCodeHelpers, unittest.TestCase):
def test_find_other_sandboxes(self): def test_find_other_sandboxes(self):
res = jailpy(code=dedent(""" res = jailpy(code=dedent("""
import os; import os
places = [ places = [
"..", "/tmp", "/", "/home", "/etc", "..", "/tmp", "/", "/home", "/etc",
"/var" "/var"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment