aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters')
-rwxr-xr-xtest/filters/fseccomp.exp17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/filters/fseccomp.exp b/test/filters/fseccomp.exp
index 93f24ba71..87c5932ae 100755
--- a/test/filters/fseccomp.exp
+++ b/test/filters/fseccomp.exp
@@ -38,23 +38,6 @@ expect {
38} 38}
39 39
40after 100 40after 100
41send -- "fseccomp secondary 64 seccomp-test-file\r"
42after 100
43send -- "fsec-print seccomp-test-file\r"
44expect {
45 timeout {puts "TESTING ERROR 5.1\n";exit}
46 "jeq mount"
47}
48expect {
49 timeout {puts "TESTING ERROR 5.2\n";exit}
50 "jeq umount2"
51}
52expect {
53 timeout {puts "TESTING ERROR 5.3\n";exit}
54 "ret ALLOW"
55}
56
57after 100
58send -- "fseccomp default seccomp-test-file\r" 41send -- "fseccomp default seccomp-test-file\r"
59after 100 42after 100
60send -- "fsec-print seccomp-test-file\r" 43send -- "fsec-print seccomp-test-file\r"