[CRIU] [PATCH 1/2] tests: get rid of seccomp_filter_tsync.checkskip
Tycho Andersen
tycho.andersen at canonical.com
Thu Feb 11 06:46:25 PST 2016
This is superceded by criu check seccomp_filter and doesn't work on some
systems anyway.
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
test/zdtm/live/static/seccomp_filter_tsync.checkskip | 12 ------------
1 file changed, 12 deletions(-)
delete mode 100755 test/zdtm/live/static/seccomp_filter_tsync.checkskip
diff --git a/test/zdtm/live/static/seccomp_filter_tsync.checkskip b/test/zdtm/live/static/seccomp_filter_tsync.checkskip
deleted file mode 100755
index b46e1e3..0000000
--- a/test/zdtm/live/static/seccomp_filter_tsync.checkskip
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
--
2.5.0
More information about the CRIU
mailing list