aboutsummaryrefslogtreecommitdiffstats
path: root/test/icedove.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-03 12:42:49 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-03 12:42:49 -0500
commit34110bc5525b2e61e5e1c5dcea3563b4411a72c3 (patch)
tree9ac22bea771aa41797d5c26806c332b251208212 /test/icedove.exp
parent--tracelog (diff)
downloadfirejail-34110bc5525b2e61e5e1c5dcea3563b4411a72c3.tar.gz
firejail-34110bc5525b2e61e5e1c5dcea3563b4411a72c3.tar.zst
firejail-34110bc5525b2e61e5e1c5dcea3563b4411a72c3.zip
testing
Diffstat (limited to 'test/icedove.exp')
-rwxr-xr-xtest/icedove.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/icedove.exp b/test/icedove.exp
index 79913517b..af2bd1ace 100755
--- a/test/icedove.exp
+++ b/test/icedove.exp
@@ -4,7 +4,7 @@ set timeout 10
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "firejail icedove\r" 7send -- "firejail --tracelog icedove\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Reading profile /etc/firejail/icedove.profile" 10 "Reading profile /etc/firejail/icedove.profile"
@@ -13,7 +13,7 @@ expect {
13 timeout {puts "TESTING ERROR 1\n";exit} 13 timeout {puts "TESTING ERROR 1\n";exit}
14 "Child process initialized" 14 "Child process initialized"
15} 15}
16sleep 10 16sleep 5
17 17
18spawn $env(SHELL) 18spawn $env(SHELL)
19send -- "firejail --list\r" 19send -- "firejail --list\r"
@@ -38,7 +38,7 @@ spawn $env(SHELL)
38send -- "firemon --seccomp\r" 38send -- "firemon --seccomp\r"
39expect { 39expect {
40 timeout {puts "TESTING ERROR 5\n";exit} 40 timeout {puts "TESTING ERROR 5\n";exit}
41 ":firejail icedove" 41 ":firejail --tracelog icedove"
42} 42}
43expect { 43expect {
44 timeout {puts "TESTING ERROR 5.1 (seccomp)\n";exit} 44 timeout {puts "TESTING ERROR 5.1 (seccomp)\n";exit}
@@ -52,7 +52,7 @@ sleep 1
52send -- "firemon --caps\r" 52send -- "firemon --caps\r"
53expect { 53expect {
54 timeout {puts "TESTING ERROR 6\n";exit} 54 timeout {puts "TESTING ERROR 6\n";exit}
55 ":firejail icedove" 55 ":firejail --tracelog icedove"
56} 56}
57expect { 57expect {
58 timeout {puts "TESTING ERROR 6.1\n";exit} 58 timeout {puts "TESTING ERROR 6.1\n";exit}