X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Fmeson.build;h=ef33b0856d60ca7bbc089a4cc1de1f8af370b381;hb=34317698b8c024de5c948b6f6058730b1fdbc328;hp=1c3b9ea15d98e6ec0c0177328bf0785163aa3cbc;hpb=6565c9690d7325537eb0d3f7c298037ca1843737;p=tinc diff --git a/test/integration/meson.build b/test/integration/meson.build index 1c3b9ea1..ef33b085 100644 --- a/test/integration/meson.build +++ b/test/integration/meson.build @@ -6,7 +6,6 @@ tests = [ 'invite-join.test', 'invite-offline.test', 'invite-tinc-up.test', - 'scripts.test', 'security.test', 'variables.test', ] @@ -24,6 +23,10 @@ if os_name == 'linux' tests += 'ns-ping.test' endif +if os_name != 'sunos' + tests += 'scripts.test' +endif + exe_splice = executable( 'splice', sources: 'splice.c',