chiark / gitweb /
systemctl: show a colored red dot in "status" output indicating the state of a unit
[elogind.git] / src / test / test-tables.c
index 9a3d3e8e741dbee8c5cdf78e94a79c0388bc572d..dff6431b6dc9ae5b9eff297197aafd795e1d3a93 100644 (file)
@@ -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());
-
         return EXIT_SUCCESS;
 }