From: Phil Sutter Date: Tue, 2 Jun 2026 13:05:09 +0000 (+0200) Subject: tests: shell: packetpath/ct_count: Add missing socat feature test X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fnftables.git 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 --- 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