aboutsummaryrefslogtreecommitdiffstats
path: root/test/firemon-seccomp.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-27 12:37:57 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-27 12:37:57 -0400
commit746b6aa3b8bd5f8482078925901f09ed0f45c0b3 (patch)
tree51af66cf8652bdb895aa9346bd085ce95741e226 /test/firemon-seccomp.exp
parentMerge pull request #46 from iiotx/master (diff)
downloadfirejail-746b6aa3b8bd5f8482078925901f09ed0f45c0b3.tar.gz
firejail-746b6aa3b8bd5f8482078925901f09ed0f45c0b3.tar.zst
firejail-746b6aa3b8bd5f8482078925901f09ed0f45c0b3.zip
testing
Diffstat (limited to 'test/firemon-seccomp.exp')
-rwxr-xr-xtest/firemon-seccomp.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/firemon-seccomp.exp b/test/firemon-seccomp.exp
index 0cf53b690..55817faf3 100755
--- a/test/firemon-seccomp.exp
+++ b/test/firemon-seccomp.exp
@@ -4,7 +4,7 @@ set timeout 10
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "firejail --name=bingo1 --seccomp\r" 7send -- "firejail --noprofile --name=bingo1 --seccomp\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Child process initialized" 10 "Child process initialized"
@@ -12,9 +12,9 @@ expect {
12sleep 1 12sleep 1
13 13
14spawn $env(SHELL) 14spawn $env(SHELL)
15send -- "firejail --name=bingo2\r" 15send -- "firejail --noprofile --name=bingo2\r"
16expect { 16expect {
17 timeout {puts "TESTING ERROR 0\n";exit} 17 timeout {puts "TESTING ERROR 0.1\n";exit}
18 "Child process initialized" 18 "Child process initialized"
19} 19}
20sleep 1 20sleep 1
@@ -40,6 +40,6 @@ expect {
40 timeout {puts "TESTING ERROR 3\n";exit} 40 timeout {puts "TESTING ERROR 3\n";exit}
41 "Seccomp: 0" 41 "Seccomp: 0"
42} 42}
43sleep 1 43after 100
44 44
45puts "\n" 45puts "all done\n"