From 885845468408a816839e85f5533e236ff796d45e Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 18 Sep 2023 12:28:19 +0200 Subject: tests/shell: skip bitshift tests if kernel lacks support Signed-off-by: Florian Westphal Signed-off-by: Thomas Haller --- tests/shell/testcases/bitwise/0040mark_binop_2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/shell/testcases/bitwise/0040mark_binop_2') diff --git a/tests/shell/testcases/bitwise/0040mark_binop_2 b/tests/shell/testcases/bitwise/0040mark_binop_2 index 94ebe976..5e66a27a 100755 --- a/tests/shell/testcases/bitwise/0040mark_binop_2 +++ b/tests/shell/testcases/bitwise/0040mark_binop_2 @@ -1,5 +1,7 @@ #!/bin/bash +# NFT_TEST_REQUIRES(NFT_TEST_HAVE_bitshift) + set -e RULESET=" -- cgit v1.2.3