aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_nsjail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_nsjail.py b/tests/test_nsjail.py
index ba6cac7..fd780ef 100644
--- a/tests/test_nsjail.py
+++ b/tests/test_nsjail.py
@@ -124,7 +124,7 @@ class NsJailTests(unittest.TestCase):
self.assertEqual(result.stderr, None)
def test_read_only_file_system(self):
- for path in ("/etc", "/lib", "/lib64", "/snekbox", "/usr"):
+ for path in ("/", "/etc", "/lib", "/lib64", "/snekbox", "/usr"):
with self.subTest(path=path):
code = dedent(
f"""