From fe6a1af86d5a4b89bd116efdab419074261efd34 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 19 Mar 2018 18:02:03 +0100 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/chains/dumps/0016delete_handle_0.nft | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/shell/testcases/chains/dumps') 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 { - } } -- cgit v1.2.3