Commit 726d87d9 authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

tests: get rid of seccomp_filter_tsync.checkskip

This is superceded by criu check seccomp_filter and doesn't work on some
systems anyway.
Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 5b82e5c4
#!/bin/bash
set -e
cat > /tmp/has_nr_seccomp.c <<EOF
#include <syscall.h>
int main() {
return __NR_seccomp;
}
EOF
make /tmp/has_nr_seccomp
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment