From 9a32c83f7529ca7b3f6d4b3253b537a9da5681af Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 3 Aug 2012 19:56:37 +0200 Subject: tests: fix test, commands now comes before the family and table name Most tests still don't work though. They still need another fix. Reported-by: Tomasz Bursztyka Signed-off-by: Pablo Neira Ayuso --- tests/obj-table | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 tests/obj-table (limited to 'tests/obj-table') diff --git a/tests/obj-table b/tests/obj-table old mode 100755 new mode 100644 index 3c3e222a..548c26fa --- a/tests/obj-table +++ b/tests/obj-table @@ -1,11 +1,11 @@ #! nft -f # table: add and delete table -table add filter +add table filter table delete filter # table: deleting table with chain must fail # FIXME: not implemented -# table add filter -# chain add filter output +# add table filter +# add chain filter output # table delete filter -- cgit v1.2.3