aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-06-04 13:55:11 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2019-06-04 13:55:11 -0400
commit5dc6ce39b598033b71b03bd1baa388f4a10dc0f8 (patch)
tree0788430527306a60de8151ddc367eb92151abb0b /test
parentmerge: seccomp fixes (diff)
downloadfirejail-5dc6ce39b598033b71b03bd1baa388f4a10dc0f8.tar.gz
firejail-5dc6ce39b598033b71b03bd1baa388f4a10dc0f8.tar.zst
firejail-5dc6ce39b598033b71b03bd1baa388f4a10dc0f8.zip
0.9.56.2-LTS testing
Diffstat (limited to 'test')
-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"