summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/packetpath/tcp_options
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/packetpath/tcp_options')
-rwxr-xr-xtests/shell/testcases/packetpath/tcp_options2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shell/testcases/packetpath/tcp_options b/tests/shell/testcases/packetpath/tcp_options
index 88552226..57e228c5 100755
--- a/tests/shell/testcases/packetpath/tcp_options
+++ b/tests/shell/testcases/packetpath/tcp_options
@@ -1,5 +1,7 @@
#!/bin/bash
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_reset_tcp_options)
+
have_socat="no"
socat -h > /dev/null && have_socat="yes"