]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
tests: skip sctp test on windows 406/head
authorVictor Julien <victor@inliniac.net>
Mon, 18 Jan 2021 10:57:58 +0000 (11:57 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 18 Jan 2021 11:08:16 +0000 (12:08 +0100)
tests/decode-sctp-01/check.sh [new file with mode: 0755]

diff --git a/tests/decode-sctp-01/check.sh b/tests/decode-sctp-01/check.sh
new file mode 100755 (executable)
index 0000000..facca81
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+# skip this test on Windows
+exit 0