aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar ionite34 <[email protected]>2022-11-21 09:43:54 -0500
committerGravatar ionite34 <[email protected]>2022-11-21 09:43:54 -0500
commit291119dc45817a01f29afcde0328a53f9102df3c (patch)
treecab5f1a6355f3e6016ee7c7ce8abe4dd4ac31361 /tests
parentCombined file handling to FileAttachment class (diff)
Add root back to unit test
Diffstat (limited to 'tests')
-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"""