From 28f22b78f7738a66f88089ecab135242c4c9156d Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 15 Jul 2019 12:29:48 +0200 Subject: tests: shell: make sure we test nft binary from working tree, not host This tests the installed host nft binary, which fails on my test vm. Using the one from the working tree makes this test pass. Signed-off-by: Florian Westphal --- tests/shell/testcases/sets/0036add_set_element_expiration_0 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/shell/testcases/sets/0036add_set_element_expiration_0 b/tests/shell/testcases/sets/0036add_set_element_expiration_0 index 710cf5a9..f534802a 100755 --- a/tests/shell/testcases/sets/0036add_set_element_expiration_0 +++ b/tests/shell/testcases/sets/0036add_set_element_expiration_0 @@ -1,7 +1,5 @@ #!/bin/bash -NFT=nft - set -e RULESET="add table ip x -- cgit v1.2.3