From: Phil Sutter Date: Mon, 19 Mar 2018 17:02:03 +0000 (+0100) Subject: tests/shell: Fix dump of chains/0016delete_handle_0 X-Git-Tag: v0.8.4~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe6a1af86d5a4b89bd116efdab419074261efd34;p=thirdparty%2Fnftables.git 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 --- 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 { - } }