Skip the test on systems which don't have socat installed. Fixes: 95e4cbf6b63c2 ("tests: shell: add simple 'ct count' test case") Signed-off-by: Phil Sutter --- tests/shell/testcases/packetpath/ct_count | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/shell/testcases/packetpath/ct_count b/tests/shell/testcases/packetpath/ct_count index 06f586ed7cce5..77efc715be3be 100755 --- a/tests/shell/testcases/packetpath/ct_count +++ b/tests/shell/testcases/packetpath/ct_count @@ -1,6 +1,8 @@ #!/bin/bash # Test nftables connlimit functionality using network namespaces and socat +# NFT_TEST_REQUIRES(NFT_TEST_HAVE_socat) + . $NFT_TEST_LIBRARY_FILE set -e -- 2.54.0