aboutsummaryrefslogtreecommitdiffstats
path: root/test/seccomp-debug.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/seccomp-debug.exp')
-rwxr-xr-xtest/seccomp-debug.exp10
1 files changed, 3 insertions, 7 deletions
diff --git a/test/seccomp-debug.exp b/test/seccomp-debug.exp
index a7b89912a..1034f040e 100755
--- a/test/seccomp-debug.exp
+++ b/test/seccomp-debug.exp
@@ -7,11 +7,7 @@ match_max 100000
7send -- "firejail --seccomp --debug\r" 7send -- "firejail --seccomp --debug\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Blacklisting syscall" 10 "SECCOMP Filter"
11}
12expect {
13 timeout {puts "TESTING ERROR 1\n";exit}
14 "open_by_handle_at"
15} 11}
16expect { 12expect {
17 timeout {puts "TESTING ERROR 2\n";exit} 13 timeout {puts "TESTING ERROR 2\n";exit}
@@ -28,5 +24,5 @@ expect {
28sleep 2 24sleep 2
29 25
30send -- "exit\r" 26send -- "exit\r"
31sleep 1 27after 100
32puts "\n" 28puts "all done\n"