summaryrefslogtreecommitdiff
path: root/app-text/zathura/files/zathura-disable-seccomp-tests.patch
blob: f3d88a2746d26c9018074bae41810f017c5cf8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/tests/meson.build b/tests/meson.build
index ac7edb8..68216f3 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -25,17 +25,6 @@ if check.found()
     timeout: 60*60
   )
 
-  if seccomp.found()
-    sandbox = executable('test_sandbox', ['test_sandbox.c', 'tests.c'],
-      dependencies: build_dependencies + test_dependencies,
-      include_directories: include_directories,
-      c_args: defines + flags
-    )
-    test('sandbox', sandbox,
-      timeout: 60*60
-    )
-  endif
-
   utils = executable('test_utils', ['test_utils.c', 'tests.c'],
     dependencies: build_dependencies + test_dependencies,
     include_directories: include_directories,