From 7f3ae6e6a12390bd38f0787b242f60c47ad076c3 Mon Sep 17 00:00:00 2001 From: Jan Willeke Date: Fri, 4 Sep 2015 14:22:00 +0200 Subject: tests: s390 python test fix Signed-off-by: Jan Willeke Signed-off-by: Paul Moore --- tests/24-live-arg_allow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/24-live-arg_allow.py b/tests/24-live-arg_allow.py index 7df970a..f3441c6 100755 --- a/tests/24-live-arg_allow.py +++ b/tests/24-live-arg_allow.py @@ -44,6 +44,7 @@ def test(): f.add_rule(ALLOW, "rt_sigaction") f.add_rule(ALLOW, "rt_sigreturn") f.add_rule(ALLOW, "exit_group") + f.add_rule(ALLOW, "brk") f.load() try: -- cgit v1.2.1