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@xxxxxx> --- tests/shell/testcases/chains/dumps/0016delete_handle_0.nft | 6 ------ 1 file changed, 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 de6ee9c094084..c0adb1f389cf4 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 { - } } -- 2.16.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html