From 6beebc17807cf061bdde0704bc6fa11dc10fce9a Mon Sep 17 00:00:00 2001 From: Ionite Date: Wed, 8 Mar 2023 22:16:02 -0500 Subject: Add new -B flag to unit tests --- tests/test_nsjail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_nsjail.py') diff --git a/tests/test_nsjail.py b/tests/test_nsjail.py index f97b2d7..cad79f3 100644 --- a/tests/test_nsjail.py +++ b/tests/test_nsjail.py @@ -389,7 +389,7 @@ class NsJailTests(unittest.TestCase): for args, expected in cases: with self.subTest(args=args): result = self.nsjail.python3(py_args=args) - idx = result.args.index("-Squ") + idx = result.args.index("-BSqu") self.assertEqual(result.args[idx + 1 :], expected) self.assertEqual(result.returncode, 0) -- cgit v1.2.3