summaryrefslogtreecommitdiffstats
path: root/tests/shell
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-05-30 12:34:46 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-05-30 12:34:46 +0200
commit2c4b5ea773c606cd65b928ed151157a403a09d45 (patch)
tree9c7ed49625fb37b1cfb7b763ef21a7cab1969fdb /tests/shell
parent3dddef928d80d7c903e4caa5bca48b498a44e672 (diff)
tests: shell: remove nft_objref module on cleanup
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell')
-rwxr-xr-xtests/shell/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh
index b52611b4..c3bb43e5 100755
--- a/tests/shell/run-tests.sh
+++ b/tests/shell/run-tests.sh
@@ -74,7 +74,7 @@ kernel_cleanup() {
nft_exthdr nft_payload nft_cmp nft_range \
nft_quota nft_queue nft_numgen \
nft_meta nft_meta_bridge nft_counter nft_log nft_limit \
- nft_hash nft_ct nft_compat nft_rt \
+ nft_hash nft_ct nft_compat nft_rt nft_objref \
nft_set_hash nft_set_rbtree nft_set_bitmap \
nft_chain_nat_ipv4 nft_chain_nat_ipv6 \
nf_tables_inet nf_tables_bridge nf_tables_arp \