diff options
author | Phil Sutter <phil@nwl.cc> | 2018-03-19 18:02:03 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-03-20 13:06:23 +0100 |
commit | fe6a1af86d5a4b89bd116efdab419074261efd34 (patch) | |
tree | 51d049bba6b2c147f57a9891d5e21ecca8d413a7 /tests/shell/testcases/chains/dumps/0016delete_handle_0.nft | |
parent | 935f82e7dd4911fde6be9dae960fd1d438542a5d (diff) |
tests/shell: Fix dump of chains/0016delete_handle_0
The purpose of this test is to delete some chains by their handle and
that is supposed to succeed. So the respective dump should not contain
them anymore.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell/testcases/chains/dumps/0016delete_handle_0.nft')
-rw-r--r-- | tests/shell/testcases/chains/dumps/0016delete_handle_0.nft | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/shell/testcases/chains/dumps/0016delete_handle_0.nft b/tests/shell/testcases/chains/dumps/0016delete_handle_0.nft index de6ee9c0..c0adb1f3 100644 --- a/tests/shell/testcases/chains/dumps/0016delete_handle_0.nft +++ b/tests/shell/testcases/chains/dumps/0016delete_handle_0.nft @@ -2,9 +2,6 @@ table ip test-ip { chain x { } - chain y { - } - chain z { } } @@ -14,7 +11,4 @@ table ip6 test-ip6 { chain y { } - - chain z { - } } |