From e904d101826c59f916e45eea97c8864a85dc7d62 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 18 Jan 2021 11:57:58 +0100 Subject: [PATCH] tests: skip sctp test on windows --- tests/decode-sctp-01/check.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tests/decode-sctp-01/check.sh 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 -- 2.47.2