diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-02-12 01:29:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-12 18:30:36 +0100 |
commit | c0467cf387548dc98c0254f63553d862b35a84e5 (patch) | |
tree | 6ea69e522b79a81e5d7f1685ddbe50675ec0137c /src/test | |
parent | c6f7b693fedfd822febc219868fc810c32d458c5 (diff) |
syscallfilter: port to libseccomp
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test-tables.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 3b7800cf37..dff6431b6d 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -43,7 +43,6 @@ #include "unit-name.h" #include "unit.h" #include "util.h" -#include "syscall-list.h" #include "test-tables.h" @@ -99,7 +98,5 @@ int main(int argc, char **argv) { test_table(unit_load_state, UNIT_LOAD_STATE); test_table(unit_type, UNIT_TYPE); - _test_table("syscall", syscall_to_name, syscall_from_name, syscall_max(), true); - return EXIT_SUCCESS; } |