summaryrefslogtreecommitdiffstats
path: root/tests/nft-expr_objref-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nft-expr_objref-test.c')
-rw-r--r--tests/nft-expr_objref-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nft-expr_objref-test.c b/tests/nft-expr_objref-test.c
index 08e27ce..9e698df 100644
--- a/tests/nft-expr_objref-test.c
+++ b/tests/nft-expr_objref-test.c
@@ -52,7 +52,7 @@ int main(int argc, char *argv[])
b = nftnl_rule_alloc();
if (a == NULL || b == NULL)
print_err("OOM");
- ex = nftnl_expr_alloc("lookup");
+ ex = nftnl_expr_alloc("objref");
if (ex == NULL)
print_err("OOM");