criu/test/zdtm/static/skip-me.c
Cyrill Gorcunov ed9d85c3e7 test: seccomp -- Make sure __NR_seccomp is present to not fail building on old kernels
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Acked-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-02-26 15:00:07 +03:00

12 lines
168 B
C

int main(int argc, char ** argv)
{
test_init(argc, argv);
test_msg("Skipping test on incompatible kernel");
test_daemon();
test_waitsig();
pass();
return 0;
}