X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Fmeson.build;h=ef33b0856d60ca7bbc089a4cc1de1f8af370b381;hb=61a08ba67b37200659f49f14aeb03f23789b84c6;hp=1c3b9ea15d98e6ec0c0177328bf0785163aa3cbc;hpb=94520716cb6ca59fc83c0c39021a085b42cda54b;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',