aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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 c0e43b6..4d4676b 100644
--- a/tests/test_nsjail.py
+++ b/tests/test_nsjail.py
@@ -186,7 +186,7 @@ class NsJailTests(unittest.TestCase):
""").strip()
result = self.nsjail.python3(stdout_flood)
- self.assertEqual(result.returncode, 137)
+ self.assertEqual(result.returncode, 143)
def test_large_output_is_truncated(self):
chunk = "a" * READ_CHUNK_SIZE