aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles/profile_syntax2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/profiles/profile_syntax2.exp')
-rwxr-xr-xtest/profiles/profile_syntax2.exp12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/profiles/profile_syntax2.exp b/test/profiles/profile_syntax2.exp
index 4d621f3ec..c64283606 100755
--- a/test/profiles/profile_syntax2.exp
+++ b/test/profiles/profile_syntax2.exp
@@ -30,17 +30,13 @@ expect {
30 "Drop CAP_SYS_MODULE" 30 "Drop CAP_SYS_MODULE"
31} 31}
32expect { 32expect {
33 timeout {puts "TESTING ERROR 5\n";exit}
34 "seccomp entries in /run/firejail/mnt/seccomp"
35}
36expect {
37 timeout {puts "TESTING ERROR 7\n";exit}
38 "jeq mount"
39}
40expect {
41 timeout {puts "TESTING ERROR 8\n";exit} 33 timeout {puts "TESTING ERROR 8\n";exit}
42 "Child process initialized" 34 "Child process initialized"
43} 35}
36expect {
37 timeout {puts "TESTING ERROR 5\n";exit}
38 "Installing /run/firejail/mnt/seccomp/seccomp seccomp filter"
39}
44send -- "exit\r" 40send -- "exit\r"
45after 100 41after 100
46puts "\nall done\n" 42puts "\nall done\n"