New test cases for concat expression has been added to tests/shell file, so remove it. Signed-off-by: Varsha Rao <rvarsha016@xxxxxxxxx> --- tests/files/expr-concat | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tests/files/expr-concat diff --git a/tests/files/expr-concat b/tests/files/expr-concat deleted file mode 100644 index bb284cc..0000000 --- a/tests/files/expr-concat +++ /dev/null @@ -1,19 +0,0 @@ -#! nft -f - -# Concat element mismatch -add rule ip filter output ip daddr . tcp sport . tcp dport { \ - 192.168.0.1 . 22, \ - 192.168.0.1 . 80, \ -} - -# Concat type mismatch -add rule ip filter output ip daddr . tcp dport { \ - 192.168.0.1 . 192.168.0.2, \ - 192.168.0.1 . 192.168.0.3, \ -} - -# Concat expression -add rule ip filter output ip daddr . tcp dport { \ - 192.168.0.1 . 22, \ - 192.168.0.1 . 80, \ -} -- 2.13.6 -- 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