summaryrefslogtreecommitdiffstats
path: root/tests/nft-expr_masq-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nft-expr_masq-test.c')
-rw-r--r--tests/nft-expr_masq-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nft-expr_masq-test.c b/tests/nft-expr_masq-test.c
index f0302e2..3f9903d 100644
--- a/tests/nft-expr_masq-test.c
+++ b/tests/nft-expr_masq-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("nat");
+ ex = nftnl_expr_alloc("masq");
if (ex == NULL)
print_err("OOM");