diff options
author | 2022-11-21 09:43:54 -0500 | |
---|---|---|
committer | 2022-11-21 09:43:54 -0500 | |
commit | 291119dc45817a01f29afcde0328a53f9102df3c (patch) | |
tree | cab5f1a6355f3e6016ee7c7ce8abe4dd4ac31361 /tests | |
parent | Combined file handling to FileAttachment class (diff) |
Add root back to unit test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_nsjail.py | 2 |
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""" |