From 77b5aed63c4dee1207448a62f8205c73e84b08e3 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 2 Jun 2026 15:05:09 +0200 Subject: [PATCH] tests: shell: packetpath/ct_count: Add missing socat feature test 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 06f586ed..77efc715 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.47.3