From: Victor Julien Date: Mon, 18 Jan 2021 10:57:58 +0000 (+0100) Subject: tests: skip sctp test on windows X-Git-Tag: suricata-6.0.4~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e904d101826c59f916e45eea97c8864a85dc7d62;p=thirdparty%2Fsuricata-verify.git tests: skip sctp test on windows --- diff --git a/tests/decode-sctp-01/check.sh b/tests/decode-sctp-01/check.sh new file mode 100755 index 000000000..facca81a9 --- /dev/null +++ b/tests/decode-sctp-01/check.sh @@ -0,0 +1,3 @@ +#!/bin/sh +# skip this test on Windows +exit 0