From 6aa2200d3baf7c95cfbd687348155c7373e066f0 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Wed, 17 Jan 2018 22:05:18 -0500 Subject: tests: update the python tests Commit ce3dda9a1747 ("all: massive src/db.c rework") failed to update the python tests to match the native/C tests; this patch fixes that oversight. Signed-off-by: Paul Moore --- tests/08-sim-subtree_checks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/08-sim-subtree_checks.py b/tests/08-sim-subtree_checks.py index 20f313c..66dac3c 100755 --- a/tests/08-sim-subtree_checks.py +++ b/tests/08-sim-subtree_checks.py @@ -105,10 +105,10 @@ def test(args): Arg(1, NE, 1)) f.add_rule_exactly(TRAP, 1007, - Arg(2, EQ, 1), + Arg(2, EQ, 2), Arg(3, EQ, 3)) f.add_rule_exactly(ALLOW, 1007, - Arg(2, EQ, 1), + Arg(2, EQ, 2), Arg(3, NE, 3)) f.add_rule_exactly(ALLOW, 1007, Arg(3, NE, 3)) -- cgit v1.2.1